Skip to content

Commit 2f5d6e4

Browse files
Fixing build
1 parent 529d777 commit 2f5d6e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Build/Program.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@
191191
Environment.SetEnvironmentVariable("PATH", pathEnvVar);
192192
}
193193

194+
await new DotNetBuild()
195+
.WithProject(Path.Combine("Samples", "MySampleLib"))
196+
.WithShortName($"Building sample")
197+
.BuildAsync().EnsureSuccess();
198+
194199
var installTool = new DotNetCustom("tool", "install", toolPackageId, "-g", "--version", packageVersion.ToString(), "--add-source", Path.Combine(outputDir, "CSharpInteractive.Tool"))
195200
.WithShortName("Installing tool");
196201

0 commit comments

Comments
 (0)