We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6a852 commit 31a0b2aCopy full SHA for 31a0b2a
azure-pipelines.yml
@@ -149,6 +149,7 @@ jobs:
149
platform: '$(buildPlatform)'
150
msbuildArgs: '/p:PublicRelease=true'
151
configuration: '$(buildConfiguration)'
152
+ msbuildArchitecture: 'x64'
153
154
# - task: VisualStudioTestPlatformInstaller@1
155
# condition: succeeded()
@@ -300,8 +301,6 @@ jobs:
300
301
- checkout: self
302
fetchDepth: 100
303
- - template: azure-pipelines-templates/install-nbgv-tool.yml@templates
304
-
305
- template: azure-pipelines-templates/install-nuget.yml@templates
306
307
- script: nbgv cloud -a -c
0 commit comments