Skip to content

Commit 9dfb807

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
added dotnet publish to staging directory
1 parent 1350a30 commit 9dfb807

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ steps:
1717
command: build
1818
projects: '**/*.csproj'
1919
arguments: '--configuration Release'
20+
- script: dotnet publish --output $(Build.ArtifactStagingDirectory)
2021
- task: PublishBuildArtifacts@1
2122
inputs:
2223
ArtifactName: drop

0 commit comments

Comments
 (0)