We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e085b0d commit f33e0ddCopy full SHA for f33e0dd
azure-pipelines.yml
@@ -5,8 +5,9 @@ variables:
5
buildConfiguration: 'Release'
6
7
steps:
8
-- script:
9
- dotnet publish -c $(buildConfiguration) -o $(Build.ArtifactStagingDirectory)
+- script: |
+ dotnet build -c $(buildConfiguration)
10
+ dotnet pack -c $(buildConfiguration) -o $(Build.ArtifactStagingDirectory)
11
12
- task: PublishBuildArtifacts@1
13
inputs:
0 commit comments