Skip to content

Commit

Permalink
Bump Metalama and restore old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Aug 10, 2024
1 parent ff299b8 commit 5e40a19
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- run: dotnet restore
# - run: dotnet build --configuration Debug --no-restore # TODO: breaks Metalama in 2024.2.8-preview, reintroduce after fixed
- run: dotnet test --configuration Release --no-restore
- run: dotnet build --configuration Debug --no-restore # TODO: breaks Metalama in 2024.2.8-preview, reintroduce after fixed
- run: dotnet test --configuration Release --no-restore --no-build
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Extensions.DependencyInjection" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Extensions.DependencyInjection" Version="2024.2.19" />
<PackageReference Include="Metalama.Framework" Version="2024.2.19" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.19" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Moyou.Diagnostics/Moyou.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.19" />
<PackageReference Include="Metalama.Framework.Redist" Version="2024.2.19" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Moyou.Extensions/Moyou.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Metalama.Framework" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Framework" Version="2024.2.19" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Moyou.Test/Moyou.CompileTimeTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


<ItemGroup>
<PackageReference Include="Metalama.Testing.AspectTesting" Version="2024.2.9-preview" />
<PackageReference Include="Metalama.Testing.AspectTesting" Version="2024.2.19" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
Expand Down

0 comments on commit 5e40a19

Please sign in to comment.