File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
- name : .NET Restore
31
31
run : |
32
32
STEP_START=$(date +%s)
33
- /home/runner/go /bin/buildevents cmd ${{ github.repository }}:${{ github.run_id }} build build -- dotnet restore
34
- /home/runner/go /bin/buildevents step ${{ github.repository }}:${{ github.run_id }} build $STEP_START build
33
+ ${{ env.GOPATH }} /bin/buildevents cmd ${{ github.repository }}:${{ github.run_id }} build build -- dotnet restore
34
+ ${{ env.GOPATH }} /bin/buildevents step ${{ github.repository }}:${{ github.run_id }} build $STEP_START build
35
35
- name : .NET Build
36
36
run : |
37
37
STEP_START=$(date +%s)
38
- /home/runner/go /bin/buildevents cmd ${{ github.repository }}:${{ github.run_id }} restore restore -- dotnet build --configuration Release --no-restore
39
- /home/runner/go /bin/buildevents step ${{ github.repository }}:${{ github.run_id }} restore $STEP_START restore
38
+ ${{ env.GOPATH }} /bin/buildevents cmd ${{ github.repository }}:${{ github.run_id }} restore restore -- dotnet build --configuration Release --no-restore
39
+ ${{ env.GOPATH }} /bin/buildevents step ${{ github.repository }}:${{ github.run_id }} restore $STEP_START restore
40
40
- name : Finish build
41
41
run : |
42
- /home/runner/go /bin/buildevents build ${{ github.repository }}:${{ github.run_id }} $BUILD_START success
42
+ ${{ env.GOPATH }} /bin/buildevents build ${{ github.repository }}:${{ github.run_id }} $BUILD_START success
You can’t perform that action at this time.
0 commit comments