Skip to content

Commit

Permalink
CI fix dotnet new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Oct 27, 2023
1 parent 1650cd0 commit 4cb1283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
# Template - Sql Server with EF

- name: Template/SqlSever/Ef create
run: dotnet new beef --company Foo.Ef --appname Bar --database SqlServer --no-restore --output Foo.Ef.Bar
run: dotnet new beef --company Foo.Ef --appname Bar --datasource SqlServer --output Foo.Ef.Bar

- name: Template/SqlServer/Ef database
working-directory: ./Foo.Ef.Bar/Foo.Ef.Bar.Database
Expand Down

0 comments on commit 4cb1283

Please sign in to comment.