File tree 2 files changed +11
-11
lines changed 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
GITHUB_TOKEN : ${{ SECRETS.RINNE_GITHUB_TOKEN }}
12
12
13
13
jobs :
14
- release to myget :
14
+ release_to_myget :
15
15
runs-on : windows-latest
16
16
# needs: run-semantic-release
17
17
needs : build
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- # - name: Setup .NET 6.0.x SDK
21
- # uses: actions/setup-dotnet@v3
22
- # with:
23
- # dotnet-version: 6.0.x
20
+ - name : Setup .NET 6.0.x SDK
21
+ uses : actions/setup-dotnet@v3
22
+ with :
23
+ dotnet-version : 6.0.x
24
24
25
- # - name: Check .NET info
26
- # run: dotnet --info
25
+ - name : Check .NET info
26
+ run : dotnet --info
27
27
28
- # - name: Install dependencies
29
- # run: dotnet restore
28
+ - name : Install dependencies
29
+ run : dotnet restore
30
30
31
- # - name: Build solution
32
- # run: dotnet build -c Release --no-restore
31
+ - name : Build solution
32
+ run : dotnet build -c Release --no-restore
33
33
34
34
# run-semantic-release:
35
35
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments