Skip to content

Commit

Permalink
Merge pull request #123 from VaclavElias/main
Browse files Browse the repository at this point in the history
test: Testing NuGet deployment
  • Loading branch information
VaclavElias authored Apr 4, 2024
2 parents e778626 + 5c46a0d commit bd955cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
with:
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_CORE }}
VERSION_FILE_PATH: ${{ env.COMMON_SETTINGS_PATH }}
NO_BUILD: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

# Stride.CommunityToolkit.Skyboxes
Expand All @@ -61,7 +60,6 @@ jobs:
with:
PROJECT_FILE_PATH: ${{ env.PROJECT_PATH_SKYBOX }}
VERSION_FILE_PATH: ${{ env.COMMON_SETTINGS_PATH }}
NO_BUILD: true
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
TAG_COMMIT: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<!-- The light requires a shader defined in the engine assemblies - but shaders are assets and I think they are compiled by the asset compiler per Graphics API target, that's why we need Stride.Core.Assets.CompilerApp -->
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.*" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Engine" Version="4.2.*" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2067" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Engine" Version="4.2.0.2067" />
<!--<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.1" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Engine" Version="4.2.0.1" />-->
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Stride.CommunityToolkit/Stride.CommunityToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

<ItemGroup>
<!-- The light requires a shader defined in the engine assemblies - but shaders are assets and I think they are compiled by the asset compiler per Graphics API target, that's why we need Stride.Core.Assets.CompilerApp -->
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.*" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Engine" Version="4.2.*" />
<PackageReference Include="Stride.Particles" Version="4.2.*" />
<PackageReference Include="Stride.Physics" Version="4.2.*" />
<PackageReference Include="Stride.UI" Version="4.2.*" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2067" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Engine" Version="4.2.0.2067" />
<PackageReference Include="Stride.Particles" Version="4.2.0.2067" />
<PackageReference Include="Stride.Physics" Version="4.2.0.2067" />
<PackageReference Include="Stride.UI" Version="4.2.0.2067" />
<PackageReference Include="Stride.BepuPhysics" Version="0.9.2" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />
<!--<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />-->
<!--<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.1" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Engine" Version="4.2.0.1" />
<PackageReference Include="Stride.Particles" Version="4.2.0.1" />
Expand Down

0 comments on commit bd955cf

Please sign in to comment.