-
Notifications
You must be signed in to change notification settings - Fork 440
Move unified build sdk validation to a test project #19090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 51 commits
ee1dce8
0836474
158c2aa
1991c7b
b076829
b1dfb7a
cdbd8e5
46cc050
949a304
db4d2d2
47053c4
a783e3b
7180f58
736b6f4
4efaf69
d85e153
43e52e8
5c57672
3a96da9
a82bdc9
2a70b8a
9faaceb
b2f9194
c592d1b
01e368f
1d0b68b
346f634
6101c31
d963e00
ee8d200
406c954
3981f8b
51572ba
9cae2dc
772ccf9
8abbbd3
8bc48d7
a290488
474ab95
860de57
e15c0f1
f993c46
71cc6ce
803aacb
8daa5ab
7ba27a5
266aaab
0ee472f
56f1dfa
df7cd4f
60306f3
6acbd2f
f5322b6
2755352
9414ff8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| UnpackTarballs; | ||
| BuildUnifiedBuildTasks; | ||
| BuildMSBuildSdkResolver; | ||
| BuildSdkArchiveDiff; | ||
| BuildUnifiedBuildValidationTests; | ||
|
||
| BuildLeakDetection; | ||
| ExtractToolPackage; | ||
| GenerateRootFs; | ||
|
|
@@ -113,12 +113,12 @@ | |
| </Touch> | ||
| </Target> | ||
|
|
||
| <Target Name="BuildSdkArchiveDiff" | ||
| <Target Name="BuildUnifiedBuildValidationTests" | ||
| Condition="'$(ShortStack)' != 'true' and '$(PortableBuild)' == 'true' and '$(PgoInstrument)' != 'true'" > | ||
| <MSBuild Projects="tasks\Microsoft.DotNet.SourceBuild.Tasks.SdkArchiveDiff\Microsoft.DotNet.SourceBuild.Tasks.SdkArchiveDiff.csproj" | ||
| <MSBuild Projects="../../test/Microsoft.DotNet.UnifiedBuild.Tests/Microsoft.DotNet.UnifiedBuild.Tests.csproj" | ||
| Targets="Restore" | ||
| Properties="MSBuildRestoreSessionId=$([System.Guid]::NewGuid())" /> | ||
| <MSBuild Projects="tasks\Microsoft.DotNet.SourceBuild.Tasks.SdkArchiveDiff\Microsoft.DotNet.SourceBuild.Tasks.SdkArchiveDiff.csproj" | ||
| <MSBuild Projects="../../test/Microsoft.DotNet.UnifiedBuild.Tests/Microsoft.DotNet.UnifiedBuild.Tests.csproj" | ||
| Targets="Build" /> | ||
| </Target> | ||
|
|
||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.