Skip to content

Commit

Permalink
fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerlend committed Oct 11, 2023
1 parent a947684 commit 7f800d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_atil-feecalculator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: dotnet restore .
- name: Build
run: dotnet publish ./src/ATIL.FeeCalculator.csproj--configuration Release --no-restore -o publish
run: dotnet publish ./src/ATIL.FeeCalculator.csproj --configuration Release --no-restore -o publish
- name: checkout octopus
uses: OctopusDeploy/[email protected]
- name: pack & push to octo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_atil-feecalculator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: '6.0.x'
include-prerelease: true
- name: Install dependencies
run: dotnet restore .
- name: Build
run: dotnet publish ./src/ATIL.FeeCalculator.csproj--configuration Release --no-restore -o publish
run: dotnet publish ./src/ATIL.FeeCalculator.csproj --configuration Release --no-restore -o publish
- name: checkout octopus
uses: OctopusDeploy/[email protected]
- name: pack & push to octo
Expand Down

0 comments on commit 7f800d2

Please sign in to comment.