diff --git a/pack.sh b/pack.sh index 1c489bd..34ddd6b 100755 --- a/pack.sh +++ b/pack.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash set -e -dotnet pack ./NotifyPropertyChanged.Verifier/NotifyPropertyChanged.Verifier.csproj --configuration Release --no-restore --no-build \ No newline at end of file +dotnet pack ./NotifyPropertyChanged.Verifier/NotifyPropertyChanged.Verifier.csproj --configuration Release --no-restore --no-build --output nupkgs \ No newline at end of file