Skip to content

Commit 23d07ff

Browse files
committed
DOCUEMTNATION: Generic Task Example
1 parent 52e2709 commit 23d07ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ GitHubPipelineBuilder.CreateNewPipeline()
374374
.AddBuildStep()
375375
.AddGenericStep(
376376
name: "Provision",
377-
runCommand: "dotnet run --project .\\OtripleS.Api.Infrastructure.Provision\\OtripleS.Web.Api.Infrastructure.Provision.csproj"))
377+
runCommand: "dotnet run --project .\\<PROJECT_DIRECTORY>\\<PROJECT_NAME>.csproj"))
378378
.SaveToFile("github-pipelines-2.yaml");
379379
```
380380
### Environment Variables Support:

0 commit comments

Comments
 (0)