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

docker version bump and update setup-msbuild

This commit is contained in:
Kyle Spearrin 2020-11-16 22:44:34 -05:00
parent 80f2bf9260
commit 60973e3051
3 changed files with 5 additions and 5 deletions

View File

@ -170,7 +170,7 @@ jobs:
nuget-version: 'latest'
- name: Set up MSBuild
uses: microsoft/setup-msbuild@v1.0.0
uses: microsoft/setup-msbuild@v1
- name: Set up Node
uses: actions/setup-node@v1

View File

@ -24,8 +24,8 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
$coreVersion = "1.37.2"
$webVersion = "2.16.2"
$coreVersion = "1.38.0"
$webVersion = "2.17.0"
# Functions

View File

@ -37,8 +37,8 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.37.2"
WEBVERSION="2.16.2"
COREVERSION="1.38.0"
WEBVERSION="2.17.0"
# Functions