mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
CI - Only trigger API docs build on Artemis build finish
CI - Disabled super slow Resharper step Update azure-pipelines-docfx.yml for Azure Pipelines Update azure-pipelines-docfx.yml for Azure Pipelines Update azure-pipelines-docfx.yml for Azure Pipelines
This commit is contained in:
parent
925bedc0a6
commit
8f142333b1
@ -5,6 +5,7 @@
|
||||
|
||||
trigger:
|
||||
- master
|
||||
pr: none
|
||||
|
||||
pool:
|
||||
vmImage: 'windows-latest'
|
||||
@ -13,6 +14,8 @@ variables:
|
||||
artemisSolution: '**/Artemis.sln'
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
||||
@ -33,11 +33,11 @@ steps:
|
||||
inputs:
|
||||
restoreSolution: '$(artemisSolution)'
|
||||
|
||||
- task: ResharperCli@2
|
||||
inputs:
|
||||
solutionOrProjectPath: 'src/Artemis.sln'
|
||||
failBuildLevelSelector: 'Error'
|
||||
additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'
|
||||
# - task: ResharperCli@2
|
||||
# inputs:
|
||||
# solutionOrProjectPath: 'src/Artemis.sln'
|
||||
# failBuildLevelSelector: 'Error'
|
||||
# additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'Publish Artemis'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user