|
|
|
@ -8,6 +8,8 @@ jobs: |
|
|
|
# runs-on: windows-latest |
|
|
|
# runs-on: windows-latest |
|
|
|
|
|
|
|
|
|
|
|
# steps: |
|
|
|
# steps: |
|
|
|
|
|
|
|
# - name: Checkout |
|
|
|
|
|
|
|
# uses: actions/checkout@v1 |
|
|
|
# - name: Deploy to NuGet Gallery |
|
|
|
# - name: Deploy to NuGet Gallery |
|
|
|
# env: |
|
|
|
# env: |
|
|
|
# NUGET_KEY: ${{ secrets.NUGET_KEY }} |
|
|
|
# NUGET_KEY: ${{ secrets.NUGET_KEY }} |
|
|
|
@ -21,6 +23,8 @@ jobs: |
|
|
|
runs-on: windows-latest |
|
|
|
runs-on: windows-latest |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
|
|
|
|
- name: Checkout |
|
|
|
|
|
|
|
uses: actions/checkout@v1 |
|
|
|
- name: Deploy to GitHub Package Registry |
|
|
|
- name: Deploy to GitHub Package Registry |
|
|
|
# env: |
|
|
|
# env: |
|
|
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|