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 ffaa2ae commit 64c96dfCopy full SHA for 64c96df
azure-pipelines.yml
@@ -584,7 +584,7 @@ steps:
584
inputs:
585
command: custom
586
custom: tool
587
- arguments: install -g nanovc --add-source https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json
+ arguments: install -g nanovc
588
589
# This will build all class libraries in the libs folder
590
- task: VSBuild@1
@@ -602,6 +602,7 @@ steps:
602
603
solution: 'libs/**/*.sln'
604
platform: '$(buildPlatform)'
605
+ msbuildArgs: '/p:PublicRelease=true'
606
configuration: '$(buildConfiguration)'
607
msbuildArchitecture: 'x64'
608
maximumCpuCount: true
0 commit comments