Commit 1e39453 1 parent 6f82aef commit 1e39453 Copy full SHA for 1e39453
File tree 2 files changed +20
-1
lines changed
PuppeteerSharp.RendererCli/Properties/PublishProfiles
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ publish/
177
177
* .azurePubxml
178
178
# Note: Comment the next line if you want to checkin your web deploy settings,
179
179
# but database connection strings (with potential passwords) will be unencrypted
180
- * .pubxml
180
+ # *.pubxml
181
181
* .publishproj
182
182
183
183
# Microsoft Azure Web App publish settings. Comment the next line if you want to
@@ -351,3 +351,4 @@ MigrationBackup/
351
351
352
352
# Ionide (cross platform F# VS Code tools) working folder
353
353
.ionide /
354
+ .local-chromium
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments