Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephEShook committed Nov 2, 2022
1 parent 956335a commit a29121c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
7.0.x
source-url: ${{ env.REPOSITORY_URL }}
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -34,9 +36,9 @@ jobs:

- name: Create nuget package for GPR
run: |
dotnet pack -v normal -c Release --include-source -p:PackageVersion=0.0.1-preview.${{ github.run_number }} ./Udap.Metadata.Server/Udap.Metadata.Server.csproj
dotnet pack -v normal -c Release --include-source -p:PackageVersion=0.0.1-preview.${{ github.run_number }} ./Udap.Server/Udap.Server.csproj
dotnet pack -v normal -c Release --include-source -p:PackageVersion=0.0.1-preview.${{ github.run_number }} ./Udap.Client/Udap.Client.csproj
dotnet pack -v normal -c Release --include-source -p:PackageVersion=0.0.1-develop.${{ github.run_number }} ./Udap.Metadata.Server/Udap.Metadata.Server.csproj
dotnet pack -v normal -c Release --include-source -p:PackageVersion=0.0.1-develop.${{ github.run_number }} ./Udap.Server/Udap.Server.csproj
dotnet pack -v normal -c Release --include-source -p:PackageVersion=0.0.1-develop.${{ github.run_number }} ./Udap.Client/Udap.Client.csproj
# - name: Publish the package to GPR
# run: |
# dotnet nuget push ./Udap.Metadata.Server/bin/Release/*.symbols.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit a29121c

Please sign in to comment.