Skip to content

Commit d7d1bdf

Browse files
committed
Updated build to use latest dotnet sdk and ui release
1 parent 843d278 commit d7d1bdf

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.301
18+
dotnet-version: 3.1.401
1919
- name: Build Reason
2020
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
2121
- name: Build Version

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UI_VERSION=ui:2.9.0
1+
ARG UI_VERSION=ui:2.9.1
22
FROM exceptionless/${UI_VERSION} AS ui
33

44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build

Exceptionless.sln

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98A5A2F7-BBA9-4B65-91C9-88E18D474341}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11-
appveyor.yml = appveyor.yml
1211
build\common.props = build\common.props
1312
CONTRIBUTING.md = CONTRIBUTING.md
1413
Dockerfile = Dockerfile
@@ -57,7 +56,7 @@ Global
5756
GlobalSection(SolutionProperties) = preSolution
5857
HideSolutionNode = FALSE
5958
EndGlobalSection
60-
GlobalSection(ExtensibilityGlobals) = postSolution
59+
GlobalSection(ExtensibilityGlobals) = postSolution
6160
SolutionGuid = {1A90AFA5-B81C-4B1B-9DFA-2D90F8CA0EF0}
62-
EndGlobalSection
61+
EndGlobalSection
6362
EndGlobal

k8s/ex-dev-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ api:
77
- dev-api.exceptionless.io
88
app:
99
image:
10-
tag: "2.9.0"
10+
tag: "2.9.1"
1111
defaultDomain: dev-app.exceptionless.io
1212
domains:
1313
- dev-app.exceptionless.io

k8s/ex-prod-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ api:
77
app:
88
replicaCount: 2
99
image:
10-
tag: "2.9.0"
10+
tag: "2.9.1"
1111
defaultDomain: be.exceptionless.io
1212
domains:
1313
- be.exceptionless.io

0 commit comments

Comments
 (0)