1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

run tool restore on linux build

This commit is contained in:
Kyle Spearrin 2020-07-17 11:35:36 -04:00
parent 998a56fc57
commit 3b9f625bc1
2 changed files with 6 additions and 4 deletions

View File

@ -63,6 +63,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Restore
run: dotnet tool restore
- name: Build
run: |
chmod +x ./build.sh
@ -192,9 +195,7 @@ jobs:
uses: actions/checkout@v2
- name: Restore
run: |
msbuild /t:restore
dotnet tool restore
run: msbuild /t:restore
shell: pwsh
- name: Build solution

View File

@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.sh = build.sh
.github\workflows\build.yml = .github\workflows\build.yml
dotnet-tools.json = dotnet-tools.json
LICENSE.txt = LICENSE.txt
NuGet.Config = NuGet.Config
@ -50,7 +51,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventsProcessor", "src\Even
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Migrator", "util\Migrator\Migrator.csproj", "{54DED792-A022-417E-9804-21FCC9C7C610}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Test", "test\Api.Test\Api.Test.csproj", "{860DE301-0B3E-4717-9C21-A9B4C3C2B121}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.Test", "test\Api.Test\Api.Test.csproj", "{860DE301-0B3E-4717-9C21-A9B4C3C2B121}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution