i still dk

This commit is contained in:
Adam R Grey 2022-11-30 16:13:16 -05:00
parent 6b8ef4fc29
commit 13c361ef1e

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
dotnetsdk
dotnetsdk 'dotnet6'
}
stages {
stage('Build') {