Skip to content

Fix CI#711

Merged
alexandrnikitin merged 1 commit intonsubstitute:mainfrom
alexandrnikitin:fix-ci
Jan 24, 2023
Merged

Fix CI#711
alexandrnikitin merged 1 commit intonsubstitute:mainfrom
alexandrnikitin:fix-ci

Conversation

@alexandrnikitin
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants