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