mirror of
https://github.com/unclshura/BlazorOpenApi.git
synced 2025-12-21 09:51:53 +00:00
Fix path separators in nuget.yml and update solution
This commit is contained in:
parent
69e69291f9
commit
e9c02bd491
4
.github/workflows/nuget.yml
vendored
4
.github/workflows/nuget.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_PATH: 'BlazorOpenApi/BlazorOpenApi.csproj'
|
PROJECT_PATH: 'BlazorOpenApi/BlazorOpenApi.csproj'
|
||||||
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output
|
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}/output
|
||||||
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'
|
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -37,4 +37,4 @@ jobs:
|
|||||||
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols -p:PackageVersion=${{ steps.version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
|
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols -p:PackageVersion=${{ steps.version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
|
||||||
|
|
||||||
- name: 'Push package'
|
- name: 'Push package'
|
||||||
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}\*.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URL }}
|
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}/*.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }} -s ${{ env.NUGET_SOURCE_URL }}
|
||||||
@ -10,6 +10,7 @@ EndProject
|
|||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
LICENSE.txt = LICENSE.txt
|
LICENSE.txt = LICENSE.txt
|
||||||
|
.github\workflows\nuget.yml = .github\workflows\nuget.yml
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user