mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Update validation.yml for Azure Pipelines
This commit is contained in:
@@ -37,6 +37,18 @@ steps:
|
||||
msbuildArchitectureOption: 'x64'
|
||||
jdkOption: 'JDKVersion'
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
name: cert
|
||||
displayName: 'Download PFX certificate'
|
||||
inputs:
|
||||
secureFile: 'GUTScheduleCert.pfx'
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy PFX certificate to work folder'
|
||||
inputs:
|
||||
Contents: '$(cert.secureFilePath)'
|
||||
TargetFolder: '$(Build.Repository.LocalPath)/GUTSchedule/GUTSchedule.UWP'
|
||||
|
||||
- task: VSBuild@1
|
||||
displayName: 'Build UWP'
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user