Skip to content

Commit

Permalink
Update Contentapi v9 publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deMD authored Oct 18, 2021
1 parent 345ecf2 commit 3896a4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/Contentapi v9 publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Contentapi v9 publish

env:
solution: ./src/UmbracoContentApi/UmbracoContentApi.Umbraco9/UmbracoContentApi.Umbraco9.csproj
package_source: ./src/UmbracoContentApi/UmbracoContentApi.Core/UmbracoContentApi.Core.csproj

on:
push:
Expand All @@ -28,8 +29,5 @@ jobs:
with:
dotnet-version: 5.0.x

- name: Restore dependencies
run: dotnet restore $solution

- name: Build
run: dotnet build $solution --no-restore
- name: Pack
run: dotnet pack $packagae-source -p:PackageVersion=${{steps.tag.outputs.tag}} --configuration Release

0 comments on commit 3896a4f

Please sign in to comment.