We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdcd4a commit 4538c2eCopy full SHA for 4538c2e
1 file changed
.github/workflows/static.yml
@@ -41,7 +41,7 @@ jobs:
41
dotnet-version: '6.x'
42
- name: Download docfx
43
run: |
44
- client = new-object System.Net.WebClient
+ $client = new-object System.Net.WebClient
45
$client.DownloadFile("https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip")
46
- name: Setup docfx
47
0 commit comments