Skip to content

Commit 908064d

Browse files
authored
Do we need restore, actually?
1 parent 3089236 commit 908064d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/autobuild.yml

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
with:
2929
dotnet-version: 2.2.108
3030

31-
- name: Restore with .NET Core
32-
env:
33-
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
34-
run: dotnet restore
35-
3631
- name: Build using Mono
3732
run: msbuild *.sln "/p:Configuration=Release"
3833

0 commit comments

Comments
 (0)