From e531ac6d151a5a1a2977ef311bc1a79263d2b338 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Thu, 21 Mar 2024 18:10:55 +0300 Subject: [PATCH] Change build scripts slightly to maybe fix CI? --- .gitignore | 2 ++ build_native.sh | 2 +- publish.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c2104a..c27cc2c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ **/obj **/out **/runtimes +**/.vs* +**/.atom diff --git a/build_native.sh b/build_native.sh index ed0b819..eb77add 100755 --- a/build_native.sh +++ b/build_native.sh @@ -1,4 +1,4 @@ #!/bin/bash cd $(dirname "$0") -Quik.Common/sh/quik_build_native.sh . +./Quik.Common/sh/quik_build_native.sh . dotnet build diff --git a/publish.sh b/publish.sh index 2569bea..b8428d8 100755 --- a/publish.sh +++ b/publish.sh @@ -8,4 +8,4 @@ then fi dotnet nuget add source -n QUIK -u themixedupstuff -p "$QUIK_API_KEY" https://git.mixedup.dev/api/packages/QUIK/nuget/index.json -dotnet nuget push -s QUIK +dotnet nuget push -s QUIK bin/*/*.nupkg