1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 12:58:33 +01:00

remove desktopgl step

This commit is contained in:
Ellpeck 2020-02-17 18:39:28 +01:00
parent ab9e9f2a1b
commit c54e800127

1
Jenkinsfile vendored
View file

@ -7,7 +7,6 @@ pipeline {
dotnet build $i
done'''
sh 'dotnet build **/Demos.csproj'
sh 'dotnet build **/Demos.DesktopGL.csproj'
}
}