Skip to content

Commit 31185ac

Browse files
committed
v2.1.1
1 parent b7e821f commit 31185ac

File tree

1 file changed

+7
-37
lines changed

1 file changed

+7
-37
lines changed

.github/workflows/publish.yml

+7-37
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919

2020
env:
2121
Solution_Name: SQLDataTransfer.sln
22-
#Test_Project_Path: your-test-project-path # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
23-
#Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
24-
#Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
2522

2623
steps:
2724
- name: Checkout
@@ -39,20 +36,17 @@ jobs:
3936
- name: Setup MSBuild.exe
4037
uses: microsoft/setup-msbuild@v1.0.2
4138

42-
# Execute all unit tests in the solution
43-
#- name: Execute unit tests
44-
# run: dotnet test
4539

4640
# Restore the application to populate the obj folder with RuntimeIdentifiers
47-
# - name: Restore the application
48-
# run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
49-
# env:
50-
# Configuration: ${{ matrix.configuration }}
41+
- name: Restore the application
42+
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
43+
env:
44+
Configuration: ${{ matrix.configuration }}
5145

5246
- name: Build project
5347
run: msbuild.exe $env:Solution_Name /t:Clean /t:Build /p:Configuration=$env:Configuration /p:OutDir=../publish/win-x64
54-
# - name: Publish application
55-
# run: dotnet publish -c release -r win-x64 --output ./publish/win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true
48+
env:
49+
Configuration: ${{ matrix.configuration }}
5650

5751
- name: see directory
5852
run: dir "publish/win-x64"
@@ -64,30 +58,6 @@ jobs:
6458
- name: see directory
6559
run: dir
6660

67-
# - name: Create Release
68-
# id: create_release
69-
# uses: actions/create-release@v1
70-
# env:
71-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72-
# with:
73-
# tag_name: ${{ github.ref }}
74-
# release_name: Release ${{ github.ref }}
75-
# # body: |
76-
# # Changes in this release:
77-
# # - Add feature X
78-
# # - Fix issue Y
79-
# body: |
80-
# #${{ github.ref }}
81-
# ![](https://img.shields.io/github/downloads/heliomarpm/resize-comics/${{ github.ref }}/total)
82-
# draft: true
83-
# prerelease: true
84-
85-
# # Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
86-
# - name: Upload build artifacts
87-
# uses: actions/upload-artifact@v3
88-
# with:
89-
# name: ResizeIt
90-
# path: ResizeIt.zip
9161

9262
# - name: Set Variables
9363
# id: vars
@@ -103,7 +73,7 @@ jobs:
10373
with:
10474
body: |
10575
###### ${{ steps.variables.outputs.release_date }}
106-
![](https://img.shields.io/github/downloads/heliomarpm/resize-comics/${{ github.ref_name }}/total)
76+
![](https://img.shields.io/github/downloads/heliomarpm/SQLDataTransfer/${{ github.ref_name }}/total)
10777
draft: true
10878
prerelease: true
10979
files: |

0 commit comments

Comments
 (0)