Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
No one likes you
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Mar 1, 2021
1 parent 41b8394 commit 80c4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Task("Build")
.IsDependentOn("Clean")
.IsDependentOn("Patch")
.IsDependentOn("Restore")
.IsDependentOn("Replay")
// .IsDependentOn("Replay") TODO remake replays
.Does(() => {
// Tests.
DotNetCoreBuild("./src/Impostor.Tests/Impostor.Tests.csproj", new DotNetCoreBuildSettings {
Expand Down

0 comments on commit 80c4d89

Please sign in to comment.