Ella Hathaway
3d6534c617
RemoveVersions Regex updates
2023-08-28 21:09:56 +00:00
Ella Hathaway
00b01acd87
Remove parsing for SBRP from SDK tarball, simplify return after regex match replace
2023-08-25 21:23:46 +00:00
Ella Hathaway
de0b323118
Remove SBRP from baselines, update RemoveVersions regex
2023-08-25 20:42:49 +00:00
Ella Hathaway
70cac71160
Syntax fixes, regex & baseline updates
2023-08-24 22:26:13 +00:00
Ella Hathaway
ed23432b07
Clarify size threshold, spacing fixes, dictionary lookup change
2023-08-23 16:30:53 +00:00
Ella Hathaway
38f390c81e
Use LogWarning in Utilities
2023-08-22 23:28:55 +00:00
Ella Hathaway
55d2f80748
Change how writes are made to baseline file
2023-08-22 23:06:41 +00:00
Ella Hathaway
8c15463c67
Rename test case per naming convensions
2023-08-22 22:43:18 +00:00
Ella Hathaway
57070b29f8
Refactor test case per PR comments
2023-08-22 22:42:41 +00:00
Ella Hathaway
4c601c036e
Updated baselines to follow 'FileName: Bytes' format
2023-08-22 22:26:10 +00:00
Ella Hathaway
c5dac8d360
Publish artifacts to logs, remove copy back to original artifacts
2023-08-21 23:19:03 +00:00
Ella Hathaway
926188ff9c
Artifacts files for different RIDs
2023-08-21 21:35:27 +00:00
Ella Hathaway
cacaf21509
Refactored for pipeline and cleaned code structure
2023-08-21 21:34:59 +00:00
Ella Hathaway
40b3a65145
Added SdkContent test trait to artifacts test
2023-08-17 23:30:26 +00:00
Ella Hathaway
bb077443b1
Merge branch 'main' of https://github.com/dotnet/installer into test-ArtifactsTest
2023-08-17 18:06:09 +00:00
Ella Hathaway
ac2092a2b1
Created ArtifactsSize.txt baseline
2023-08-17 18:03:45 +00:00
Ella Hathaway
e56ba48e1d
Updated namespaces
2023-08-17 18:02:37 +00:00
Ella Hathaway
cb020c6183
Wrote new smoke test: ArtifactsSize
2023-08-17 17:58:40 +00:00
Ella Hathaway
3c5a161bbb
Wrote function to extract all tarball content, simplified GetTarballContentNames
2023-08-17 17:56:59 +00:00
Elinor Fung
39f5eb5ef8
Propagate RID properties set in source-build to sdk repo ( #17197 )
2023-08-16 16:02:33 -07:00
Elinor Fung
23922bc0c4
Update scripts to set distro RID and properties to use it as TargetRid ( #17185 )
2023-08-15 13:20:12 -07:00
Elinor Fung
02bf972f95
Use __PortableTargetOS
2023-08-15 09:47:38 -07:00
Matt Mitchell
18fe2525ea
Globally copy VMR build asset outputs ( #17164 )
2023-08-15 09:00:38 -07:00
Elinor Fung
262a84c9be
Update scripts to set distro RID and properties to use it as TargetRid if set
2023-08-15 02:23:32 +00:00
dotnet-maestro[bot]
1c0b692a4e
[main] Update dependencies from dotnet/sdk ( #17118 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jason Zhai <v-wuzhai@microsoft.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Michael Simons <msimons@microsoft.com>
Co-authored-by: Steve Pfister <steveisok@users.noreply.github.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
2023-08-15 02:20:42 +00:00
Matt Thalman
9813220020
Move disabling of EnableSourceControlManagerQueries to package-source-build ( #17175 )
2023-08-14 09:01:42 -05:00
Ella Hathaway
4ccce78877
Replace WebClient with HttpClient to fix WebClient obsolete warning ( #17128 )
2023-08-10 14:44:53 -07:00
Matt Thalman
2029cca492
Remove IdentityModel assemblies from assembly version diff baseline ( #17169 )
2023-08-10 15:13:16 +00:00
dotnet-maestro[bot]
b68c0967d6
[main] Update dependencies from dotnet/arcade ( #17126 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Oleksandr Didyk <odidyk@microsoft.com>
2023-08-10 08:49:52 -05:00
Matt Thalman
7ebbb2d3b8
Remove logging of error for no poison leaks ( #17159 )
2023-08-09 12:21:25 -05:00
Matt Thalman
f5ad81b189
Disable SCM queries for build ( #17157 )
2023-08-09 12:21:16 -05:00
Omair Majid
c796ecb165
Add a source-build smoke test for native debug symbols ( #16488 )
2023-08-09 08:31:40 -05:00
NET Source-Build Bot
f6c42b14bf
.NET Source-Build 8.0.100-preview.7.23376.3 August 2023 Updates ( #17137 )
2023-08-08 18:40:51 +00:00
Ella Hathaway
dbd2384d43
Simplify GetFileContentsAsync by using lamda
2023-08-08 16:45:27 +00:00
Ella Hathaway
ebf1776397
Add newline to end of file
2023-08-08 16:38:48 +00:00
Ella Hathaway
3c0ca3d82d
Remove type from RHS of declaration
...
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-08-08 16:34:07 +00:00
Ella Hathaway
c5094a20a7
Make use of async/await for getting file contents
2023-08-07 21:29:38 +00:00
Ella Hathaway
ab660eaf09
Instantiate HttpClient once
2023-08-07 21:26:29 +00:00
Ella Hathaway
383cb48f5a
Replace WebClient with HttpClient to fix WebClient obsolete warning
2023-08-04 16:38:53 +00:00
v-wuzhai
042639edf1
[main] Update dependencies from dotnet/source-build-externals ( #17102 )
2023-08-04 01:21:51 -07:00
Oleksandr Didyk
dcf485b822
allow empty intermediate for NuGet ( #17100 )
2023-08-02 10:09:27 -05:00
Matt Thalman
96ebbaf0fa
Use a different nuget path for smoke tests
...
This is needed to avoid the smoke tests project from using reference
assemblies that were restored in the product build phase. Those all get
placed in the prereqs/packages/restored path. So this change sets the
smoke tests to use an isolated location at
prereqs/packages/restored/smoke-tests
2023-08-02 09:21:32 -05:00
Matt Thalman
2b4b2bb36a
Update SB SDK diff baseline ( #17103 )
2023-08-01 13:47:20 -05:00
Matt Thalman
42178804be
Add source-build smoke test to compare assembly versions ( #17073 )
2023-07-28 14:48:27 +00:00
Matt Thalman
04244dd8d4
Pin OmniSharp version used for testing ( #17074 )
2023-07-27 13:51:11 -05:00
Matt Thalman
5b3022c008
Flow Microsoft.CodeAnalysis version to aspnetcore ( #17067 )
2023-07-25 13:59:29 -05:00
Michael Simons
839c4734de
Fail source build tests when there is a poison leak ( #17045 )
2023-07-25 10:02:06 -05:00
Matt Thalman
18ea05c055
Suppress NU5129 warning for runtime repo ( #17029 )
2023-07-21 13:51:40 +00:00
dotnet-maestro[bot]
491c0f241b
[main] Update dependencies from dotnet/sdk ( #17013 )
...
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: wtgodbe <wigodbe@microsoft.com>
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-07-20 10:38:19 +10:00
Michael Simons
3df53fc088
Change the PackageVersionPropsFlowType to DependenciesOnly ( #17011 )
2023-07-19 12:44:58 -05:00