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:
@@ -22,6 +22,7 @@ steps:
|
||||
|
||||
- task: ResharperCli@2
|
||||
displayName: 'RESharper CLI Code Analyzer'
|
||||
enabled: false
|
||||
inputs:
|
||||
solutionOrProjectPath: 'GUT.Schedule/GUTSchedule.sln'
|
||||
failBuildLevelSelector: 'Error'
|
||||
@@ -29,6 +30,7 @@ steps:
|
||||
|
||||
- task: XamarinAndroid@1
|
||||
displayName: 'Build Android'
|
||||
enabled: false
|
||||
inputs:
|
||||
projectFile: '**/**.Droid.csproj'
|
||||
outputDirectory: '$(outputDirectory)'
|
||||
@@ -54,4 +56,5 @@ steps:
|
||||
inputs:
|
||||
platform: 'x64'
|
||||
solution: '**/**.UWP.csproj'
|
||||
configuration: '$(buildConfiguration)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
msbuildArgs: '/p:AppxPackageSigningEnabled=false'
|
||||
Reference in New Issue
Block a user