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:
parent
80f2bf9260
commit
60973e3051
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user