Skip to content

Commit

Permalink
Adapt CI to .NET Release paths
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Sep 26, 2020
1 parent 49b63b6 commit 666a963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
displayName: 'Build $(_RELEASE_NAME)'
inputs:
solution: $(Build.Repository.LocalPath)\src\FF7SND.sln
platform: x86
platform: Any CPU
configuration: $(_RELEASE_CONFIGURATION)
msbuildArgs: /p:WindowsTargetPlatformVersion=10.0.19041.0
- task: PowerShell@2
Expand Down
2 changes: 1 addition & 1 deletion .ci/package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Write-Host "##vso[task.setvariable variable=_BUILD_VERSION;]${env:_BUILD_VERSION
Write-Host "##vso[task.setvariable variable=_RELEASE_VERSION;]${env:_RELEASE_VERSION}"
Write-Host "##vso[task.setvariable variable=_IS_BUILD_CANARY;]${env:_IS_BUILD_CANARY}"

Set-Location ${env:buildPath}\src\Release
Set-Location ${env:buildPath}\src\bin\Release
New-Item -Path ".dist" -ItemType Directory | Out-Null

Move-Item *.exe .dist
Expand Down

0 comments on commit 666a963

Please sign in to comment.