Skip to content

Commit 3a0c493

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent bc20d62 commit 3a0c493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
inputs:
2929
command: 'build'
3030
arguments: '--configuration $(buildConfiguration)'
31-
projects: '$(project)'
31+
projects: '$(solution)'
3232

3333
# The second task is dotnet pack command again pointing to the csproj file
3434
# The nobuild means the project will not be compiled before running pack, because its already built in above step

0 commit comments

Comments
 (0)