Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update dependency dotnet-sdk to v9.0.301 #119

chore(deps): update dependency dotnet-sdk to v9.0.301

chore(deps): update dependency dotnet-sdk to v9.0.301 #119

Workflow file for this run

name: .NET
on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Pack
run: dotnet pack -c Release -o out -p:ContinuousIntegrationBuild=true
- name: Push
run: dotnet nuget push *.nupkg -s nuget.org -k $NUGET_API_KEY
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
working-directory: out
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.