Skip to content

Commit

Permalink
Merge pull request #725 from valadas/disable-ci-cache
Browse files Browse the repository at this point in the history
Disabled caching in CI builds
  • Loading branch information
valadas authored Aug 21, 2024
2 parents 14025ee + 801f735 commit 6c6874f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Eraware_Dnn_Spa_Ef_Di_Stencil/build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
OnPullRequestBranches = new[] { "develop", "main", "master", "release/*" },
OnPushBranches = new[] { "main", "master", "develop", "release/*" },
InvokedTargets = new[] { nameof(Package), nameof(DeployGeneratedFiles), nameof(Release) },
FetchDepth = 0
FetchDepth = 0,
CacheKeyFiles = new string[] { }
)]
[UnsetVisualStudioEnvironmentVariables]
class Build : NukeBuild
Expand Down

0 comments on commit 6c6874f

Please sign in to comment.