1
0
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:
Michael Gordeev
2020-03-14 11:22:05 +03:00
parent bd53cd68d0
commit 3962591430
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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'