mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
198e047b02
commit
887e62d6f0
@ -44,13 +44,14 @@ steps:
|
||||
projects: '**/*.Test.csproj'
|
||||
arguments: '/p:Platform=x64'
|
||||
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: "Publish Release"
|
||||
inputs:
|
||||
command: 'publish'
|
||||
publishWebProjects: false
|
||||
projects: 'Wabbajack\Wabbajack.csproj'
|
||||
arguments: '--runtime win10-x64 --configuration Release /p:Platform=x64 -o $(System.DefaultWorkingDirectory)/Publish --self-contained'
|
||||
zipAfterPublish: false
|
||||
modifyOutputPath: false
|
||||
arguments: '--runtime win10-x64 --configuration Release /p:Platform=x64 -o $(System.DefaultWorkingDirectory)/Publish --self-contained'
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
inputs:
|
||||
|
Loading…
Reference in New Issue
Block a user