We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a80db commit 41493c6Copy full SHA for 41493c6
1 file changed
.github/prompts/update-library-template.prompt.md
@@ -44,7 +44,7 @@ Use #runSubagent for each step.
44
45
1. Verify that `dotnet restore` succeeds. Fix any issues that come up.
46
2. Verify that `dotnet build` succeeds.
47
-3. Verify that tests succeed by running `tools\dotnet-test-cloud.ps1`.
+3. Verify that tests succeed by running `tools/dotnet-test-cloud.ps1`.
48
49
While these validations are described using `dotnet` CLI commands, some repos require using full msbuild.exe.
50
You can detect this by checking the `azure-pipelines/dotnet.yml` or `.github/workflows/build.yml` files for use of one or the other tool.
0 commit comments