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