File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: .NET Core
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66
77jobs :
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}}
You can’t perform that action at this time.
0 commit comments