Skip to content

Commit 6d3644a

Browse files
committed
chore: add .NET setup step to Azure deployment workflow
1 parent 9aa27bd commit 6d3644a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deployAzureStorage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Setup .NET
16+
uses: actions/setup-dotnet@v3
17+
with:
18+
dotnet-version: 9.0.x
19+
1520
# Generate all the PDFs
1621
- name: Generate PDF
1722
run: dotnet run --project ./src/cv.PdfGenerator/cv.PdfGenerator.csproj --configuration Release

0 commit comments

Comments
 (0)