Skip to content

Commit 1e39453

Browse files
committed
Fixed cli demo publish
1 parent 6f82aef commit 1e39453

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ publish/
177177
*.azurePubxml
178178
# Note: Comment the next line if you want to checkin your web deploy settings,
179179
# but database connection strings (with potential passwords) will be unencrypted
180-
*.pubxml
180+
#*.pubxml
181181
*.publishproj
182182

183183
# Microsoft Azure Web App publish settings. Comment the next line if you want to
@@ -351,3 +351,4 @@ MigrationBackup/
351351

352352
# Ionide (cross platform F# VS Code tools) working folder
353353
.ionide/
354+
.local-chromium
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>bin\Release\net6.0\publish\win-x86\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<TargetFramework>net6.0</TargetFramework>
12+
<SelfContained>true</SelfContained>
13+
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
14+
<PublishSingleFile>True</PublishSingleFile>
15+
<PublishReadyToRun>False</PublishReadyToRun>
16+
<PublishTrimmed>True</PublishTrimmed>
17+
</PropertyGroup>
18+
</Project>

0 commit comments

Comments
 (0)