Skip to content

Commit 31a0b2a

Browse files
committed
Work CI-CD
- Update build architecture for VS2022. - Remove install of nbgv. ***NO_CI***
1 parent 5f6a852 commit 31a0b2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
platform: '$(buildPlatform)'
150150
msbuildArgs: '/p:PublicRelease=true'
151151
configuration: '$(buildConfiguration)'
152+
msbuildArchitecture: 'x64'
152153

153154
# - task: VisualStudioTestPlatformInstaller@1
154155
# condition: succeeded()
@@ -300,8 +301,6 @@ jobs:
300301
- checkout: self
301302
fetchDepth: 100
302303

303-
- template: azure-pipelines-templates/install-nbgv-tool.yml@templates
304-
305304
- template: azure-pipelines-templates/install-nuget.yml@templates
306305

307306
- script: nbgv cloud -a -c

0 commit comments

Comments
 (0)