# HG changeset patch # User Alys Brooks # Date 2021-06-27 00:03:04 # Node ID 763ad1f6eaaedad4221f0d2a520969820692630e # Parent c3fc0ee4c7148f3179eb70bc71d8544a36b7c93e Fix dotnet flag. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,5 +11,5 @@ build-release: stage: build script: - - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -C Release + - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release - cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll