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
ibigbug committed Jun 22, 2019
1 parent c3e4cc6 commit 7080eb5
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,10 @@ steps:

- script: dotnet restore

- task: DotNetCoreCLI@2
displayName: Publish win10-x64
inputs:
command: publish
projects: $(project)
arguments: '--configuration Release -r win10-x64 --output $(Build.ArtifactStagingDirectory)/win10-x64' # Update this to match your need

- task: DotNetCoreCLI@2
displayName: Publish win10-x86
inputs:
command: publish
projects: $(project)
arguments: '--configuration Release -r win10-x64 --output $(Build.ArtifactStagingDirectory)/win10-x86' # Update this to match your need
- script: dotnet publish $(project) --configuration Release --runtime win10-x64 --output $(Build.ArtifactStagingDirectory)/win10-x64
- script: dotnet publish $(project) --configuration Release --runtime win10-x86 --output $(Build.ArtifactStagingDirectory)/win10-x86


- task: ArchiveFiles@2
inputs:
Expand Down

0 comments on commit 7080eb5

Please sign in to comment.