-
Notifications
You must be signed in to change notification settings - Fork 588
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
Release 5.20.4 #2539
Release 5.20.4 #2539
Conversation
matthid
commented
Aug 5, 2020
•
edited
Loading
edited
- ENHANCEMENT: Allow users of nunit3 set environment variables in the runner, thanks @robertpi - Allow users of nunit3 set environment variables in the runner #2543
- BUGFIX: Fix reportgenerator docs and compilation,thanks @matthid - ReportGenerator documentation example does work #2535
- BUGFIX: Fix Travis build, thanks @gdziadkiewicz - Fix Travis build #2549
- BUGIFX: Update Paket.Core to (better) support net5.0, thanks @pchinery - Update Paket.Core to (better) support net5.0 #2556
- BUGFIX: fix build by using Suave version to 2.5.6 in build script which is compatible with netstandard 2.0, thanks @yazeedobaid fix build and unit tests #2574
- ENHANCEMENT: Change NuGet feed APIs to use V3 of NuGet feed APIs, thanks @yazeedobaid fix build and unit tests #2574
I need this for an obscure reason, maybe other people will too?
Fix Travis build
There has not been any activity in this pull request for the last 3 months so it will be closed in 14 days if there is no activity. |
Is there any chance to make a non-alpha release after |
Update Paket.Core to (better) support net5.0
@matthid I have looked into the logs of Azure build and the problems are due to access permission on I have run the build locally from new changes on release/next branch using the following command, which is the one used on the Azure pipeline: I got a successful build as shown in the following screenshot from the build report: The For the issue related to executing an Azure task, I could not find the task to look into it. What I found is this repository vsts-fsharp. I'm not sure what is the relation between it and the Azure pipeline! Also, what do the NuGet sources in Test_Extensions repository build scripts contain? I tried to access them but they seem to be private and need authorization. |
I restarted the build and started one more with
Yes for the CI we use this task to run the build, all it does is download the FAKE-runner configured in the task (currently For the release-process we actually already dogfood ourself from the artefact built in the CI pipeline (basically extract that and run the release process from there)
This is pretty much an artefact from debugging an issue - or rather to help understanding how azure DevOps NuGet feeds, access tokens and hidden variables work. Actually, I think we are good to go for a release, now that everything is green. Please feel free to update the release notes and I can give it a shot (In worst case I need to update some Access tokens as I think there was a Mail about expiration, but we will see). Maybe I will try to release the current commit just to make sure. |
Add release notes for 5.20.4 release