Skip to content

Commit d96c495

Browse files
committed
Deploy parameters updated
1 parent 702facf commit d96c495

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: .NET Core
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
build:
@@ -15,13 +15,11 @@ jobs:
1515
with:
1616
dotnet-version: 6.0.x
1717
- name: Install dependencies
18-
run: dotnet restore src/Calabonga.OperationResults.sln
18+
run: dotnet restore src/Calabonga.AspNetCore.AppDefinitions.sln
1919
- name: Build
20-
run: dotnet build src/Calabonga.OperationResults.sln --configuration Release --no-restore
21-
- name: Tests
22-
run: dotnet test src/Calabonga.OperationResults.Tests/Calabonga.OperationResults.Tests.csproj
23-
- name: Publish OperationResultCore
20+
run: dotnet build src/Calabonga.AspNetCore.AppDefinitions.sln --configuration Release --no-restore
21+
- name: Publish Calabonga.AspNetCore.AppDefinitions
2422
uses: brandedoutcast/[email protected]
2523
with:
26-
PROJECT_FILE_PATH: src/Calabonga.OperationResults/Calabonga.OperationResults.csproj
24+
PROJECT_FILE_PATH: src/Calabonga.AspNetCore.AppDefinitions/Calabonga.AspNetCore.AppDefinitions.csproj
2725
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)