test evlioment
This commit is contained in:
parent
2c3dd7f0d2
commit
800459a894
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -23,6 +23,9 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
DOTNET_CLI_HOME = /App
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user