Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supply NuGet server URL to deployment script #1457

Closed
blairconrad opened this issue Sep 27, 2018 · 2 comments
Closed

Supply NuGet server URL to deployment script #1457

blairconrad opened this issue Sep 27, 2018 · 2 comments

Comments

@blairconrad
Copy link
Member

Automatic deploy for 4.9.0 failed:

tools\deploy.cmd
Unhandled Exception: System.Exception: NuGet server URL is not set; please set it in the NUGET_SERVER_URL environment variable.
   at FakeItEasy.Deploy.Program.<Main>d__0.MoveNext() in C:\projects\fakeiteasy\tools\FakeItEasy.Deploy\Program.cs:line 30
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at FakeItEasy.Deploy.Program.<Main>(String[] args)
Command exited with code -532462766
@thomaslevesque
Copy link
Member

Ah. The URl was hard-coded in the PowerShell script. I must have introduced the variable when I migrated the script to csproj and forgot to set it in appveyor.yml 😳

@blairconrad
Copy link
Member Author

This change has been released as part of FakeItEasy 4.9.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants