mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Fix artifact
This commit is contained in:
@@ -11,13 +11,13 @@ assembly_info:
|
|||||||
assembly_version: "{version}"
|
assembly_version: "{version}"
|
||||||
assembly_file_version: "{version}"
|
assembly_file_version: "{version}"
|
||||||
before_build:
|
before_build:
|
||||||
- ps: nuget restore .\Installer
|
- ps: nuget restore .\Installer\
|
||||||
- ps: dotnet publish .\Application\ /p:PublishProfile=Properties\PublishProfiles\x64.pubxml
|
- ps: dotnet publish .\Application\ /p:PublishProfile=Properties\PublishProfiles\x64.pubxml
|
||||||
build:
|
build:
|
||||||
project: Installer\Installer.sln
|
project: Installer\Installer.sln
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: Bootstrapper\bin\Release\FeedCenterSetup.exe
|
- path: Installer\Bootstrapper\bin\Release\FeedCenterSetup.exe
|
||||||
name: Release
|
name: Release
|
||||||
for:
|
for:
|
||||||
- branches:
|
- branches:
|
||||||
@@ -36,3 +36,4 @@ for:
|
|||||||
- provider: Environment
|
- provider: Environment
|
||||||
name: GitHub
|
name: GitHub
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
tag: $(version)-prerelease
|
||||||
|
|||||||
Reference in New Issue
Block a user