Skip to content

Commit

Permalink
Package updates (#4)
Browse files Browse the repository at this point in the history
* Package updates

* Changed conditions

---------

Co-authored-by: Eduard Keilholz <e.keilholz@4dotnet.nl>
  • Loading branch information
nikneem and Eduard Keilholz authored Oct 1, 2024
1 parent 72f1837 commit 0ebbd37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: infrastructure/*.json

test-deployment:
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
if: (github.event_name == 'pull_request' && github.event.action != 'closed')
needs: [build, publish-bicep, versionize]
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions src/Wam.Users.Api/Wam.Users.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="7.3.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.8" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
<PackageReference Include="Wam.Core" Version="0.3.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Wam.Core" Version="0.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Wam.Users/Wam.Users.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
<PackageReference Include="HexMaster.DomainDrivenDesign" Version="2.0.5" />
<PackageReference Include="HexMaster.RedisCache" Version="0.1.6" />
<PackageReference Include="Wam.Core" Version="0.3.0" />
<PackageReference Include="Wam.Core" Version="0.3.1" />
</ItemGroup>

</Project>

0 comments on commit 0ebbd37

Please # to comment.