Skip to content

Commit

Permalink
Update GenerateAsyncCode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bahusoid committed Nov 28, 2023
1 parent 55c084c commit ff5035c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateAsyncCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 2.2.402
dotnet-version: 2.2.*

- name: Generate Async code
run: |
dotnet restore "./Tools/packages.csproj" --packages ./Tools
pushd src
dotnet restore ./NHibernate.sln
dotnet restore ./NHibernate.sln /p:TreatWarningsAsErrors=false
dotnet $(find ./../Tools/csharpasyncgenerator.commandline -name AsyncGenerator.CommandLine.dll)
popd
Expand Down

0 comments on commit ff5035c

Please sign in to comment.