mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
API Docs - Optimise CI
This commit is contained in:
parent
94fb47275e
commit
262b0ebe99
@ -7,14 +7,6 @@ trigger:
|
|||||||
- master
|
- master
|
||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
resources:
|
|
||||||
repositories:
|
|
||||||
- repository: RGBNET
|
|
||||||
type: github
|
|
||||||
endpoint: github.com_SpoinkyNL
|
|
||||||
name: DarthAffe/RGB.NET
|
|
||||||
ref: Development
|
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
|
|
||||||
@ -28,22 +20,13 @@ variables:
|
|||||||
SourceVersion: $(Build.SourceVersion)
|
SourceVersion: $(Build.SourceVersion)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout: RGBNET
|
|
||||||
path: s/RGB.NET
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
path: s/Artemis
|
path: s/Artemis
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'RGB.NET - Build'
|
displayName: 'dotnet build Artemis'
|
||||||
inputs:
|
inputs:
|
||||||
command: 'build'
|
command: 'build'
|
||||||
projects: '$(rgbSolution)'
|
|
||||||
arguments: '--configuration Release'
|
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
|
||||||
displayName: 'dotnet restore Artemis'
|
|
||||||
inputs:
|
|
||||||
command: 'restore'
|
|
||||||
projects: '$(artemisSolution)'
|
projects: '$(artemisSolution)'
|
||||||
feedsToUse: 'config'
|
feedsToUse: 'config'
|
||||||
nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config'
|
nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user