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 #711

Merged
merged 1 commit into from Jan 24, 2023
Merged

Fix CI #711

merged 1 commit into from Jan 24, 2023

Conversation

alexandrnikitin
Copy link
Member

Pin .NET version and Microsoft.Build* packages version in the FAKE build script.

@@ -1,9 +1,17 @@
#r "paket:
frameworks: net6.0
source https://api.nuget.org/v3/index.json
Copy link
Member Author

Choose a reason for hiding this comment

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

source is needed, fails otherwise. I don't know why. The error:

Could not load types of compiled script:
 - Method 'Equals' in type 'BuildVersion' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 - Method 'Equals' in type 'LiquidTag' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 - Method 'Equals' in type 'Declaration' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 - Method 'Equals' in type 'Snippet' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 - Method 'Equals' in type 'LiquidTag' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 - Method 'Equals' in type 'LiquidTag' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 - Method 'Equals' in type 'LiquidTag' from assembly 'build_5FA8DE18770076A3BEEA4F5E75F33168E0469023020F76451FB607F0662FFED7, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Script reported an error:
-> MissingMethodException: Method not found: 'System.String Fake.Core.Environment.environVarOrDefault(System.String, System.String)'.

Copy link
Member

@dtchepak dtchepak left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Thank you! 🙇

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