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

Run dotnet pack in CI too #668

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Conversation

Smaug123
Copy link
Contributor

@Smaug123 Smaug123 commented Feb 25, 2024

ref: #663

Seems reasonable to fail CI if we can't create the NuGet package locally.

This has some interaction I don't understand with AppVeyor, which has uploaded artefacts… somewhere. I hope I haven't somehow blatted prod, but this way the nupkgs are available at https://ci.appveyor.com/project/kurtschelfthout/fscheck/builds/49266158/artifacts (for example).

Collecting artifacts...
Found artifact 'bin\FsCheck.3.0.0-rc2.nupkg' matching 'bin\*.nupkg' path
Found artifact 'bin\FsCheck.NUnit.3.0.0-rc2.nupkg' matching 'bin\*.nupkg' path
Found artifact 'bin\FsCheck.Xunit.3.0.0-rc2.nupkg' matching 'bin\*.nupkg' path
Uploading artifacts...
[1/3] bin\FsCheck.3.0.0-rc2.nupkg (379,992 bytes)...100%
[2/3] bin\FsCheck.NUnit.3.0.0-rc2.nupkg (15,610 bytes)...100%
[3/3] bin\FsCheck.Xunit.3.0.0-rc2.nupkg (27,565 bytes)...100%

@kurtschelfthout
Copy link
Member

his has some interaction I don't understand with AppVeyor, which has uploaded artefacts…

Yep, that's this: https://github.com/fscheck/FsCheck/blob/master/appveyor.yml#L13

Doesn't go to nuget, so that's fine.

@kurtschelfthout kurtschelfthout merged commit e5609d3 into fscheck:master Feb 25, 2024
1 check passed
@Smaug123 Smaug123 deleted the packInCi branch February 25, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants