Remove windows CI job
This commit is contained in:
parent
b3bddfc5d1
commit
63cc18cc67
1 changed files with 0 additions and 24 deletions
24
Jenkinsfile
vendored
24
Jenkinsfile
vendored
|
@ -59,29 +59,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("Build on Windows") {
|
||||
agent {
|
||||
label 'windows'
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
bat '''
|
||||
dotnet restore
|
||||
|
||||
dotnet publish ForgeCore.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts:"bin\\Release\\net8.0\\win-x64\\publish\\ForgeCore.exe"
|
||||
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue