mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
I love CI <3
This commit is contained in:
parent
d3663d0d13
commit
61fc96742d
@ -28,7 +28,7 @@ steps:
|
|||||||
command: 'restore'
|
command: 'restore'
|
||||||
projects: '$(artemisSolution)'
|
projects: '$(artemisSolution)'
|
||||||
feedsToUse: 'config'
|
feedsToUse: 'config'
|
||||||
nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config'
|
nugetConfigPath: '$(Pipeline.Workspace)/s/src/NuGet.Config'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: "DockFX build"
|
displayName: "DockFX build"
|
||||||
|
|||||||
@ -33,6 +33,7 @@ steps:
|
|||||||
targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0'
|
targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
|
displayName: 'dotnet restore Artemis'
|
||||||
inputs:
|
inputs:
|
||||||
command: 'restore'
|
command: 'restore'
|
||||||
projects: '$(artemisSolution)'
|
projects: '$(artemisSolution)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user