should fix dotnet cli
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5c03f6f403
commit
2e09df694d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,6 +3,10 @@ pipeline {
|
||||
docker { image 'mcr.microsoft.com/dotnet/sdk:6.0'}
|
||||
}
|
||||
|
||||
environment {
|
||||
DOTNET_CLI_HOME = "/tmp/DOTNET_CLI_HOME"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('nuget restore') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user