File tree Expand file tree Collapse file tree 6 files changed +32
-73
lines changed Expand file tree Collapse file tree 6 files changed +32
-73
lines changed Original file line number Diff line number Diff line change 23
23
version=$(minver --tag-prefix v)
24
24
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
25
25
- name : Build
26
- run : dotnet build --configuration Release Serilog.Sinks.Exceptionless.sln
26
+ run : dotnet build --configuration Release Serilog.Sinks.Exceptionless.slnx
27
27
- name : Run Tests
28
- run : dotnet test --configuration Release --no-build Serilog.Sinks.Exceptionless.sln
28
+ run : dotnet test --configuration Release --no-build Serilog.Sinks.Exceptionless.slnx
Original file line number Diff line number Diff line change 23
23
version=$(minver --tag-prefix v)
24
24
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
25
25
- name : Build
26
- run : dotnet build --configuration Release Serilog.Sinks.Exceptionless.sln
26
+ run : dotnet build --configuration Release Serilog.Sinks.Exceptionless.slnx
27
27
- name : Run Tests
28
- run : dotnet test --configuration Release --no-build Serilog.Sinks.Exceptionless.sln
28
+ run : dotnet test --configuration Release --no-build Serilog.Sinks.Exceptionless.slnx
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
version=$(minver --tag-prefix v)
24
24
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
25
25
- name : Build
26
- run : dotnet build --configuration Release Serilog.Sinks.Exceptionless.sln
26
+ run : dotnet build --configuration Release Serilog.Sinks.Exceptionless.slnx
27
27
- name : Run Tests
28
- run : dotnet test --configuration Release --no-build Serilog.Sinks.Exceptionless.sln
28
+ run : dotnet test --configuration Release --no-build Serilog.Sinks.Exceptionless.slnx
29
29
- name : Package
30
30
if : github.event_name != 'pull_request'
31
- run : dotnet pack --configuration Release --no-build Serilog.Sinks.Exceptionless.sln
31
+ run : dotnet pack --configuration Release --no-build Serilog.Sinks.Exceptionless.slnx
32
32
- name : Install GitHub Package Tool
33
33
if : github.event_name != 'pull_request'
34
34
run : dotnet tool install gpr -g
Original file line number Diff line number Diff line change 5
5
* .suo
6
6
* .user
7
7
* .userosscache
8
- * .sln .docstates
8
+ * .slnx .docstates
9
9
10
10
# User-specific files (MonoDevelop/Xamarin Studio)
11
11
* .userprefs
@@ -137,7 +137,7 @@ publish/
137
137
# Publish Web Output
138
138
* . [Pp ]ublish.xml
139
139
* .azurePubxml
140
- # TODO: Comment the next line if you want to checkin your web deploy settings
140
+ # TODO: Comment the next line if you want to checkin your web deploy settings
141
141
# but database connection strings (with potential passwords) will be unencrypted
142
142
* .pubxml
143
143
* .publishproj
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Solution >
2
+ <Folder Name =" /assets/" >
3
+ <File Path =" .github/workflows/build-linux.yml" />
4
+ <File Path =" .github/workflows/build-osx.yml" />
5
+ <File Path =" .github/workflows/build-windows.yml" />
6
+ <File Path =" assets/Serilog.snk" />
7
+ <File Path =" README.md" />
8
+ </Folder >
9
+ <Folder Name =" /sample/" >
10
+ <Project Path =" sample/ConsoleDemo/ConsoleDemo.csproj" />
11
+ <Project Path =" sample/SampleWeb/SampleWeb.csproj" />
12
+ </Folder >
13
+ <Folder Name =" /Solution Items/" >
14
+ <File Path =" .github/workflows/build-linux.yml" />
15
+ <File Path =" .github/workflows/build-osx.yml" />
16
+ <File Path =" .github/workflows/build-windows.yml" />
17
+ <File Path =" LICENSE.txt" />
18
+ <File Path =" README.md" />
19
+ </Folder >
20
+ <Folder Name =" /src/" >
21
+ <Project Path =" src/Serilog.Sinks.Exceptionless/Serilog.Sinks.Exceptionless.csproj" />
22
+ </Folder >
23
+ </Solution >
You can’t perform that action at this time.
0 commit comments