cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 79 forks source link

build.sh: adding OutputDirectory command line argument to nuget commands #64

Closed t081as closed 3 years ago

t081as commented 5 years ago

Due to a missing "-OutputDirectory" command line argument (nuget commands) in the build.sh file (that is present in the build.ps1 file) the behavior of the two files is different if a Nuget.config file exists in the project folder.

see https://gitlab.com/tobiaskoch/LinkTime/-/jobs/122604224

Alex-Witkowski commented 4 years ago

Thanks for this. Faced the same issue. We should bring this PR in!

pascalberger commented 3 years ago

We did some maintenance work on this repo which included removing of the develop branch which closed this PR.

@t081as Can you please create a new PR targeting master branch if this is still an issue for you.