We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313a49f + 453aec9 commit 9b66013Copy full SHA for 9b66013
2 files changed
.github/workflows/build-test.yml
@@ -12,20 +12,17 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
-
+
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v3
18
with:
19
dotnet-version: 8.0.x
20
21
- name: Restore tools
22
- working-directory: ./update
23
run: dotnet tool restore
24
25
- name: Test
26
27
run: dotnet run devopstests
28
29
- name: Build
30
31
run: dotnet run bundle
0 commit comments