Skip to content

Commit

Permalink
Fix mistake in azure pipeliens yml
Browse files Browse the repository at this point in the history
Work done for #196
  • Loading branch information
atruskie committed Mar 27, 2020
1 parent 7da1624 commit ce8b199
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
displayName: dotnet publish

- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(Build.BinariesDirectory)'
includeRootFolder: false

Expand All @@ -186,5 +187,3 @@ jobs:
artifactName: '${{ platform.rid }}_Debug'
${{ if ne(configuration, 'Debug') }}:
artifactName: '${{ platform.rid }}'


0 comments on commit ce8b199

Please sign in to comment.