Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Sep 14, 2020
1 parent 41d8e04 commit c9ba0e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ steps:
command: 'test'
projects: '**/*UnitTests.csproj'

- task: DotNetCoreCLI@2
displayName: "Publish"
inputs:
command: publish
arguments: -r win-x64 -p:PublishSingleFile=True --self-contained false -o $(Build.ArtifactStagingDirectory) --configuration Release
projects: '**/Mutagen.Bethesda.FormKeys.Generator.csproj'
publishWebProjects: false
enabled: true

- task: DotNetCoreCLI@2
displayName: "Pack"
inputs:
Expand Down

0 comments on commit c9ba0e7

Please sign in to comment.