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: Add ContinuousIntegrationBuild argument to the dotnet pack command #276

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

BenjaminMichaelis
Copy link
Contributor

@BenjaminMichaelis BenjaminMichaelis commented Jan 26, 2024

Fixes #274

Could also go the route of adding this into the Directory.Build.props, not sure what is preferable.

  <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
  	<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
  </PropertyGroup>

@Keboo Keboo enabled auto-merge (squash) January 26, 2024 07:14
@Keboo Keboo merged commit 580a55d into moq:master Jan 26, 2024
3 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the patch-1 branch January 26, 2024 07:22
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.

It would be nice for the next package release to be deterministic
2 participants