We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d460d4 + b341479 commit 409a25eCopy full SHA for 409a25e
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v2
21
- name: Build project # This would actually build your project, using zip for an example artifact
22
run: |
23
- dotnet publish -o out -c Release -r win-x64 /p:PublishSingleFile=true /p:TrimUnusedDependencies=true /p:PublishTrimmed=true /p:UseAppHost=true
+ dotnet publish PowerSession.Cli -o out -c Release -r win-x64 /p:PublishSingleFile=true /p:TrimUnusedDependencies=true /p:PublishTrimmed=true /p:UseAppHost=true
24
- name: Create Release
25
id: create_release
26
uses: actions/create-release@v1
0 commit comments