diff --git a/pipeline.build.ps1 b/pipeline.build.ps1
index c22a321..84c0cc4 100644
--- a/pipeline.build.ps1
+++ b/pipeline.build.ps1
@@ -222,7 +222,7 @@ task TestModule Dependencies, {
task Benchmark {
if ($Benchmark -or $BuildTask -eq 'Benchmark') {
- dotnet run -p src/PSDocs.Benchmark -f net7.0 -c Release -- benchmark --output $PWD;
+ dotnet run --project src/PSDocs.Benchmark -f net7.0 -c Release -- benchmark --output $PWD;
}
}
diff --git a/src/PSDocs.Benchmark/PSDocs.Benchmark.csproj b/src/PSDocs.Benchmark/PSDocs.Benchmark.csproj
index fa53285..2c9bc0d 100644
--- a/src/PSDocs.Benchmark/PSDocs.Benchmark.csproj
+++ b/src/PSDocs.Benchmark/PSDocs.Benchmark.csproj
@@ -16,6 +16,10 @@
+
+
+
+