File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: .NET
2
2
3
3
on :
4
4
push :
5
- branches : [ v9/dev ]
5
+ branches : [v9/dev]
6
6
7
7
jobs :
8
8
build :
@@ -12,20 +12,20 @@ jobs:
12
12
runs-on : windows-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - name : Setup .NET
17
- uses : actions/setup-dotnet@v1
18
- with :
19
- dotnet-version : 5 .0.x
15
+ - uses : actions/checkout@v2
16
+ - name : Setup .NET
17
+ uses : actions/setup-dotnet@v1
18
+ with :
19
+ dotnet-version : 6 .0.x
20
20
21
- - name : Add Beta source
22
- run : dotnet nuget add source "https://www.myget.org/F/umbracoprereleases/api/v3/index.json" -n "Umbraco Prereleases"
21
+ - name : Add Beta source
22
+ run : dotnet nuget add source "https://www.myget.org/F/umbracoprereleases/api/v3/index.json" -n "Umbraco Prereleases"
23
23
24
- - name : Build
25
- run : dotnet pack --include-source --include-symbols -p:SymbolPackageFormat=snupkg -c Release src/Our.Umbraco.GraphQL/Our.Umbraco.GraphQL.csproj -o .
24
+ - name : Build
25
+ run : dotnet pack --include-source --include-symbols -p:SymbolPackageFormat=snupkg -c Release src/Our.Umbraco.GraphQL/Our.Umbraco.GraphQL.csproj -o .
26
26
27
- # - name: Test
28
- # run: dotnet test --no-build --verbosity normal
27
+ # - name: Test
28
+ # run: dotnet test --no-build --verbosity normal
29
29
30
- - name : Publish NuGet
31
- run : dotnet nuget push *.nupkg -s '${{ env.NUGET_FEED }}' -k '${{ env.NUGET_TOKEN }}'
30
+ - name : Publish NuGet
31
+ run : dotnet nuget push *.nupkg -s '${{ env.NUGET_FEED }}' -k '${{ env.NUGET_TOKEN }}'
You can’t perform that action at this time.
0 commit comments