Skip to content

Commit 8571980

Browse files
Update dotnet-package.yml
1 parent e42d93c commit 8571980

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dotnet-package.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,16 @@ jobs:
2222
with:
2323
dotnet-version: ${{ matrix.dotnet }}
2424

25-
- name: Create temporary global.json
26-
run: |
27-
echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}"}}' > ./global.json
28-
2925
- name: Setup Node.js
3026
uses: actions/setup-node@v4
3127
with:
3228
node-version: 18
3329

3430
- name: Restore .NET dependencies
35-
run: dotnet restore XtermBlazor
31+
run: dotnet restore XtermBlazor/XtermBlazor
3632

3733
- name: Build .NET project
38-
run: dotnet build XtermBlazor --no-restore
34+
run: dotnet build XtermBlazor/XtermBlazor --no-restore
3935

4036
# - name: Test
4137
# run: dotnet test XtermBlazor --no-build --verbosity normal

0 commit comments

Comments
 (0)