1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Remove dotnet restore (#1493)

This commit is contained in:
Oscar Hinton
2022-02-22 16:22:45 +01:00
committed by GitHub
parent a4d5b145ac
commit 01f128a4a9

View File

@@ -175,9 +175,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Restore
run: dotnet tool restore
- name: Install dependencies
run: npm ci
@@ -281,9 +278,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Restore
run: dotnet tool restore
- name: Install dependencies
run: npm ci
@@ -367,7 +361,6 @@ jobs:
run: |
nuget help | grep Version
msbuild -version
dotnet --info
node --version
npm --version
echo "GitHub ref: $GITHUB_REF"