You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ${{ if and(not(parameters.isSourceOnlyBuild), or(eq(variables['Build.Reason'], 'PullRequest'), ne(variables['System.TeamProject'], 'internal'))) }}:
352
+
- stage: VMR_Vertical_Build_Validation
353
+
displayName: VMR Vertical Build Validation
354
354
dependsOn: []
355
355
variables:
356
356
- template: ../variables/vmr-build.yml
@@ -368,7 +368,7 @@ stages:
368
368
container: ${{ variables.ubuntuContainer }}
369
369
targetOS: linux
370
370
targetArchitecture: x64
371
-
useDevVersions: true # Use dev versions for CI validation of the experience. If we decide to ship assets from this leg, then we should remove this option.
371
+
useDevVersions: true # Use dev versions for CI validation of the experience.
372
372
runTests: false # Temporarily do not run tests. The nuget comparison fails for some non-obvious reason and needs further investigation. Mostly, I'm not sure why it ever passed. https://github.com/dotnet/sdk/issues/42920
373
373
374
374
- template: ../jobs/vmr-build.yml
@@ -391,9 +391,20 @@ stages:
391
391
pool: ${{ parameters.pool_Windows }}
392
392
targetOS: windows
393
393
targetArchitecture: x64
394
-
useDevVersions: true # Use dev versions for CI validation of the experience. If we decide to ship assets from this leg, then we should remove this option.
394
+
useDevVersions: true # Use dev versions for CI validation of the experience.
395
395
runTests: false # Temporarily do not run tests. The nuget comparison fails for some non-obvious reason and needs further investigation. Mostly, I'm not sure why it ever passed. https://github.com/dotnet/sdk/issues/42920
0 commit comments