mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Fixed problems from RESharper report
Updated validation.yml
This commit is contained in:
@@ -40,7 +40,7 @@ steps:
|
||||
- task: VSBuild@1
|
||||
displayName: 'Build UWP'
|
||||
inputs:
|
||||
platform: '$(buildPlatform)'
|
||||
platform: 'x64'
|
||||
solution: '**/**.UWP.csproj'
|
||||
configuration: '$(buildConfiguration)'
|
||||
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(outputDirectory)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
|
||||
Reference in New Issue
Block a user