Skip to content

Commit 0647943

Browse files
committed
.net updates
1 parent 0ce202b commit 0647943

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/app-service/quickstart-webjobs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Program
4848
}
4949
```
5050

51-
1. From the webjob directory, run the webjob to confirm the current time is output to the console:
51+
1. From the *webjob* directory, run the webjob to confirm the current time is output to the console:
5252

5353
```bash
5454
dotnet run
@@ -72,13 +72,12 @@ dotnet build --self-contained
7272
```text
7373
#!/bin/bash
7474
75-
Dotnet webjob/bin/net9.0/webjob.dll
75+
dotnet webjob/bin/Debug/net9.0/webjob.dll
7676
```
7777

78-
1. Now we navigate to the parent folder and package all the files into a .zip as shown below:
78+
1. Now package all the files into a .zip as shown below:
7979

8080
```bash
81-
cd ..
8281
zip webjob.zip run.sh webjob/bin/Debug/net9.0/*
8382
```
8483

0 commit comments

Comments
 (0)