×
Feb 27, 2023 · Guys, here is my pipeline script: pipeline { agent { label “Windows” } environment { dotnet = 'C:\Program Files\dotnet\dotnet.exe' } stages ...