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
Copy file name to clipboardExpand all lines: eng/pipelines/templates/stages/vmr-build.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ stages:
80
80
- template: ../variables/vmr-build.yml
81
81
parameters:
82
82
vmrBranch: ${{ parameters.vmrBranch }}
83
+
sign: false
83
84
84
85
jobs:
85
86
@@ -370,7 +371,6 @@ stages:
370
371
targetArchitecture: x64
371
372
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.
372
373
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