Skip to content

Commit 3a40f1e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 50465f7 commit 3a40f1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# ASP.NET Core (.NET Framework)
2+
- task: PublishBuildArtifacts@1
3+
inputs:
4+
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
5+
ArtifactName: 'drop'
6+
publishLocation: 'Container'
27
# Build and test ASP.NET Core projects targeting the full .NET Framework.
38
# Add steps that publish symbols, save build artifacts, and more:
49
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core

0 commit comments

Comments
 (0)