diff --git a/Jenkinsfile b/Jenkinsfile index c8a7696..4abd630 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,6 @@ pipeline { dotnet build $i done''' sh 'dotnet build **/Demos.csproj' - sh 'dotnet build **/Demos.DesktopGL.csproj' } }