Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Mar 23, 2022
1 parent 5d57c46 commit d7f4107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
dotnet restore ./src/Blazor.Serialization/Blazor.Serialization.csproj
dotnet restore ./src/Blazor.LocalStorage.WebAssembly/Blazor.LocalStorage.WebAssembly.csproj
dotnet restore ./src/Blazor.LocalStorage.Server/Blazor.LocalStorage.Server.csproj
dotnet restore ./src/Blazor.SessionStorage.WebAssembly/Blazor.LocalStorage.WebAssembly.csproj
dotnet restore ./src/Blazor.SessionStorage.Server/Blazor.LocalStorage.Server.csproj
dotnet restore ./src/Blazor.SessionStorage.WebAssembly/Blazor.SessionStorage.WebAssembly.csproj
dotnet restore ./src/Blazor.SessionStorage.Server/Blazor.SessionStorage.Server.csproj
dotnet restore ./src/Blazor.Geolocation.WebAssembly/Blazor.Geolocation.WebAssembly.csproj
dotnet restore ./src/Blazor.Geolocation.Server/Blazor.Geolocation.Server.csproj
Expand All @@ -45,8 +45,8 @@ jobs:
dotnet build ./src/Blazor.Serialization/Blazor.Serialization.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.LocalStorage.WebAssembly/Blazor.LocalStorage.WebAssembly.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.LocalStorage.Server/Blazor.LocalStorage.Server.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.SessionStorage.WebAssembly/Blazor.LocalStorage.WebAssembly.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.SessionStorage.Server/Blazor.LocalStorage.Server.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.SessionStorage.WebAssembly/Blazor.SessionStorage.WebAssembly.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.SessionStorage.Server/Blazor.SessionStorage.Server.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.Geolocation.WebAssembly/Blazor.Geolocation.WebAssembly.csproj --configuration Release --no-restore
dotnet build ./src/Blazor.Geolocation.Server/Blazor.Geolocation.Server.csproj --configuration Release --no-restore
Expand All @@ -59,8 +59,8 @@ jobs:
dotnet pack ./src/Blazor.Serialization/Blazor.Serialization.csproj --output packages
dotnet pack ./src/Blazor.LocalStorage.WebAssembly/Blazor.LocalStorage.WebAssembly.csproj --output packages
dotnet pack ./src/Blazor.LocalStorage.Server/Blazor.LocalStorage.Server.csproj --output packages
dotnet pack ./src/Blazor.SessionStorage.WebAssembly/Blazor.LocalStorage.WebAssembly.csproj --output packages
dotnet pack ./src/Blazor.SessionStorage.Server/Blazor.LocalStorage.Server.csproj --output packages
dotnet pack ./src/Blazor.SessionStorage.WebAssembly/Blazor.SessionStorage.WebAssembly.csproj --output packages
dotnet pack ./src/Blazor.SessionStorage.Server/Blazor.SessionStorage.Server.csproj --output packages
dotnet pack ./src/Blazor.Geolocation.WebAssembly/Blazor.Geolocation.WebAssembly.csproj --output packages
dotnet pack ./src/Blazor.Geolocation.Server/Blazor.Geolocation.Server.csproj --output packages
Expand Down

0 comments on commit d7f4107

Please sign in to comment.