Skip to content

Commit 8be9920

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
added artifact to build
1 parent e42450e commit 8be9920

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ steps:
1616
inputs:
1717
command: build
1818
projects: '**/*.csproj'
19-
arguments: '--configuration Release' # Update this to match your need
19+
arguments: '--configuration Release'
20+
- task: PublishBuildArtifacts@1
21+
inputs:
22+
ArtifactName: drop

0 commit comments

Comments
 (0)