Skip to content

Commit

Permalink
dotnet path
Browse files Browse the repository at this point in the history
  • Loading branch information
fulviocanducci committed Feb 10, 2022
1 parent 2507533 commit 7f3b1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,9 @@ jobs:
publish:

name: build, pack & publish

runs-on: windows-2019

runs-on: windows-2019
steps:
- uses: actions/checkout@v2
# - name: Setup dotnet
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: 5.0.x
# Publish
- name: Publish on Version Change GeneratePassword
id: publish_nuget
uses: rohith/publish-nuget@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: rohith/publish-nuget@v2
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: Canducci.GeneratePassword/Canducci.GeneratePassword.Extensions.DependencyInjection.csproj
PROJECT_FILE_PATH: Canducci.GeneratePassword.Extensions.DependencyInjection.csproj

# NuGet package id, used for version detection & defaults to project name
# PACKAGE_NAME: Core
Expand Down

0 comments on commit 7f3b1b7

Please sign in to comment.