File tree 4 files changed +28
-13
lines changed
4 files changed +28
-13
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
fetch-depth : 0
27
27
28
- # Install the .NET Core workload
29
- - name : Install .NET Core
30
- uses : actions/setup-dotnet@v1
31
- with :
32
- dotnet-version : 3.1.101
28
+ - name : Install nbgv
29
+ uses : dotnet/nbgv@v0.4.0
33
30
34
31
- name : Publish app
35
32
run : dotnet publish -p:PublishProfile=$env:Profile
41
38
with :
42
39
name : RetroBar
43
40
path : RetroBar\bin\Release\netcoreapp3.1\publish\RetroBar.exe
44
-
45
- - name : Bump versions
46
- uses : SiqiLu/dotnet-bump-version@master
47
- if : github.event_name == 'push'
48
- with :
49
- version_files : " **/*.csproj"
50
- github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup >
4
+ <PackageReference Include =" Nerdbank.GitVersioning" >
5
+ <Version >3.3.37</Version >
6
+ <PrivateAssets >all</PrivateAssets >
7
+ </PackageReference >
8
+ </ItemGroup >
9
+ </Project >
Original file line number Diff line number Diff line change 53
53
</ItemGroup >
54
54
55
55
<ItemGroup >
56
- <PackageReference Include =" ManagedShell" Version =" 0.0.7 " />
56
+ <PackageReference Include =" ManagedShell" Version =" 0.0.15 " />
57
57
</ItemGroup >
58
58
59
59
<ItemGroup >
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
+ "version" : " 1.0" ,
4
+ "assemblyVersion" : {
5
+ "precision" : " revision"
6
+ },
7
+ "publicReleaseRefSpec" : [
8
+ " ^refs/heads/master$" ,
9
+ " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
10
+ ],
11
+ "cloudBuild" : {
12
+ "buildNumber" : {
13
+ "enabled" : true
14
+ }
15
+ }
16
+ }
You can’t perform that action at this time.
0 commit comments