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

Fix CI system #988

Merged
merged 12 commits into from
Dec 13, 2019
Merged

Fix CI system #988

merged 12 commits into from
Dec 13, 2019

Conversation

PJB3005
Copy link
Member

@PJB3005 PJB3005 commented Dec 12, 2019

No description provided.

Also more stuff to try fixing FAKE.
I didn't realize AssemblyInfo.cs was gitignore'd so I didn't commit these attributes. That explains why the build failed like this.

Should all be fixed now.
1. CopyBinaries has been disabled since it doesn't work and isn't necessary for packaging anymore.
2. Fixed it doing bindings generation twice (thrice generating NuGet packages) by building OpenGL_Bindings.csproj which then builds it all again.
3. Fixed NuGet packages being output to Bin/ instead of bin/, note the case difference.
@PJB3005 PJB3005 changed the title Update CI to use .NET Core 3 SDK, to fix builds Fix CI system Dec 13, 2019
@PJB3005 PJB3005 mentioned this pull request Dec 13, 2019
build.fsx Outdated
@@ -254,7 +259,7 @@ open Fake.Core.TargetOperators
==> "UpdateSpec"
==> "UpdateBindings"
==> "Build"
==> "CopyBinaries"
// ==> "CopyBinaries" // Disabled for now, it isn't necessary and doesn't work.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of disabling with // wouldnt it be better to disable by removing the line entirely?

@frederikja163 frederikja163 merged commit f1b5f9f into opentk:master Dec 13, 2019
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

3 participants