Skip to content

Commit 64c96df

Browse files
authored
Work CI-CD (#217)
1 parent ffaa2ae commit 64c96df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ steps:
584584
inputs:
585585
command: custom
586586
custom: tool
587-
arguments: install -g nanovc --add-source https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json
587+
arguments: install -g nanovc
588588

589589
# This will build all class libraries in the libs folder
590590
- task: VSBuild@1
@@ -602,6 +602,7 @@ steps:
602602
inputs:
603603
solution: 'libs/**/*.sln'
604604
platform: '$(buildPlatform)'
605+
msbuildArgs: '/p:PublicRelease=true'
605606
configuration: '$(buildConfiguration)'
606607
msbuildArchitecture: 'x64'
607608
maximumCpuCount: true

0 commit comments

Comments
 (0)