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 { pipeline {
agent any agent any
tools { tools {
dotnetsdk dotnetsdk 'dotnet6'
} }
stages { stages {
stage('Build') { stage('Build') {