Skip to content

Commit b3ec6a4

Browse files
committed
fix(portable): Update .NET flags
1 parent 7b01c4a commit b3ec6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildPortable.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd InternetTest\InternetTest && dotnet publish -r win-x64 -c Release --self-contained false -p:DefineConstants=PORTABLE -p:PublishSingleFile=true
1+
cd InternetTest\InternetTest && dotnet publish -r win-x64 -c Release -p:DefineConstants=PORTABLE -p:PublishSingleFile=true --no-self-contained

0 commit comments

Comments
 (0)