Skip to content

Commit

Permalink
fix after moving to slnx, waiting for dotnet cli fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmagee committed Nov 23, 2024
1 parent 335d934 commit 7164624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ func (m *Dota2Helper) Build(
WithDirectory("/repo", git, opts).
WithWorkdir("/repo/src").
WithMountedCache("/root/.nuget/packages", cache).
WithExec([]string{"dotnet", "build"}).
// https://github.com/dotnet/sdk/issues/40913
WithExec([]string{"dotnet", "build", "Dota2Helper"}).
Stdout(ctx)
}

Expand Down

0 comments on commit 7164624

Please sign in to comment.