We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42450e commit 8be9920Copy full SHA for 8be9920
1 file changed
azure-pipelines.yml
@@ -16,4 +16,7 @@ steps:
16
inputs:
17
command: build
18
projects: '**/*.csproj'
19
- arguments: '--configuration Release' # Update this to match your need
+ arguments: '--configuration Release'
20
+- task: PublishBuildArtifacts@1
21
+ inputs:
22
+ ArtifactName: drop
0 commit comments