mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Update windows-release.yml for Azure Pipelines
This commit is contained in:
@@ -32,7 +32,7 @@ steps:
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
(Get-Content Package.appxmanifest -encoding UTF8 | Out-String) -replace '(?<=\bVersion=")[^"]*', "$(Get-Date -Format "yyyy.Mdd").buildId.$($(Build.BuildNumber).Split('.')[1])" | set-content Package.appxmanifest -encoding UTF8
|
||||
(Get-Content Package.appxmanifest -encoding UTF8 | Out-String) -replace '(?<=\bVersion=")[^"]*', "$(Get-Date -Format "yyyy.Mdd").$(Build.BuildId).$($(Build.BuildNumber).ToString().Split('.')[1])" | set-content Package.appxmanifest -encoding UTF8
|
||||
workingDirectory: '$(Build.SourcesDirectory)\GUT.Schedule\GUTSchedule.UWP'
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
|
||||
Reference in New Issue
Block a user