File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
19
19
uses : actions/upload-artifact@v1
20
20
with :
21
21
name : WPF_Debug
22
- path : .
22
+ path : ./artifacts/packages/Debug/NonShipping
23
23
24
- # BuildRelease:
24
+ BuildRelease :
25
25
26
- # runs-on: windows-latest
26
+ runs-on : windows-latest
27
27
28
- # steps:
29
- # - uses: actions/checkout@v1
30
- # # - name: Install Nuget
31
- # # uses: nuget/setup-nuget@v1
32
- # # with:
33
- # # nuget-version: '5.x'
34
- # - name: Build
35
- # run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
36
- # - name: Push
37
- # uses: actions/upload-artifact@v1
38
- # with:
39
- # name: WPF_Release
40
- # path: ./artifacts
28
+ steps :
29
+ - uses : actions/checkout@v1
30
+ # - name: Install Nuget
31
+ # uses: nuget/setup-nuget@v1
32
+ # with:
33
+ # nuget-version: '5.x'
34
+ - name : Build
35
+ run : .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
36
+ - name : Push
37
+ uses : actions/upload-artifact@v1
38
+ with :
39
+ name : WPF_Release
40
+ path : ./artifacts/packages/Release/NonShipping
You can’t perform that action at this time.
0 commit comments