Skip to content

Commit

Permalink
fix: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jul 20, 2022
1 parent a3c9272 commit e919a2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/create-dependencies-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
run: dotnet add package OpenActive.NET
working-directory: ./Fakes/OpenActive.FakeDatabase.NET/

- name: Update OpenActive.NET to latest version in BookingSystem.AspNetFramework
run: dotnet add package OpenActive.NET
working-directory: ./Examples/BookingSystem.AspNetFramework/

- name: Update OpenActive.DatasetSite.NET to latest version in BookingSystem.AspNetFramework
run: dotnet add package OpenActive.DatasetSite.NET
working-directory: ./Examples/BookingSystem.AspNetFramework/

- name: git stash if material changes have not been made
# When considering whether it's worth making a PR, ignore the following:
# - Any updates to the package.json or package-lock.json files in OpenActive.DatasetSite.NET.Generator (not worth creating a PR JUST for these if the template itself has not been updated)
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.5.108</Version>
<Version>3.3.37</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit e919a2d

Please sign in to comment.