Skip to content

[Snyk] Upgrade rxjs from 6.5.4 to 6.6.7 #70

[Snyk] Upgrade rxjs from 6.5.4 to 6.6.7

[Snyk] Upgrade rxjs from 6.5.4 to 6.6.7 #70

Workflow file for this run

name: Build .NET Core App
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
- name: Restore dependencies
run: dotnet restore
- name: Test dotnet
run: dotnet test --verbosity normal
- name: Execute dotnet
run: dotnet build
- name: Create the package
run: dotnet pack --configuration Release
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: dotnet-core-angular-artifact
path: bin/Release/dotnet-core-angular.1.0.0.nupkg