There was an error while loading. Please reload this page.
1 parent bc20d62 commit 3a0c493Copy full SHA for 3a0c493
azure-pipelines.yml
@@ -28,7 +28,7 @@ steps:
28
inputs:
29
command: 'build'
30
arguments: '--configuration $(buildConfiguration)'
31
- projects: '$(project)'
+ projects: '$(solution)'
32
33
# The second task is dotnet pack command again pointing to the csproj file
34
# The nobuild means the project will not be compiled before running pack, because its already built in above step
0 commit comments