Skip to content

Commit

Permalink
ci: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Nov 14, 2024
1 parent b994d05 commit db3c75f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,20 @@ jobs:
dotnet-version: 9.0.x

- name: Generate code
run: dotnet run --project src/libs/AutoSDK.CLI
run: dotnet run --framework net9.0 --project src/libs/AutoSDK.CLI
init
TestSolution
TestApi
https://raw.githubusercontent.com/api/openapi.json
TestCompany
--output TestProject
--add-tests false
--framework net9.0

- name: Generate code
run: dotnet run --project src/libs/AutoSDK.CLI
run: dotnet run --framework net9.0 --project src/libs/AutoSDK.CLI
generate specs/${{ matrix.spec }}
--namespace TestSolution
--targetFramework net8.0
--targetFramework net9.0
--output TestProject/src/libs/TestSolution/Generated
--ignore-openapi-errors

Expand Down

0 comments on commit db3c75f

Please sign in to comment.