From c54e8001277f6ec077bd44994e9a5cd2cff88861 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 17 Feb 2020 18:39:28 +0100 Subject: [PATCH] remove desktopgl step --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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' } }