mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d37c70371c
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
pr: none
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
@ -13,6 +14,8 @@ variables:
|
|||||||
artemisSolution: '**/Artemis.sln'
|
artemisSolution: '**/Artemis.sln'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- checkout: self
|
||||||
|
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
|
|||||||
@ -33,11 +33,11 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(artemisSolution)'
|
restoreSolution: '$(artemisSolution)'
|
||||||
|
|
||||||
- task: ResharperCli@2
|
# - task: ResharperCli@2
|
||||||
inputs:
|
# inputs:
|
||||||
solutionOrProjectPath: 'src/Artemis.sln'
|
# solutionOrProjectPath: 'src/Artemis.sln'
|
||||||
failBuildLevelSelector: 'Error'
|
# failBuildLevelSelector: 'Error'
|
||||||
additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'
|
# additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Publish Artemis'
|
displayName: 'Publish Artemis'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user