Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 9162230

Browse files
author
William Li
committed
sync windows installer change to rpm and deb
1 parent 1147b6c commit 9162230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/deb/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Installation Note
1919
--------------
2020
A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."
2121

22-
dotnet new > /dev/null 2>&1 || true
22+
dotnet internal-reportinstallsuccess "debianpackage" > /dev/null 2>&1 || true

packaging/rpm/scripts/after_install_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Installation Note
2323
--------------
2424
A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."
2525

26-
dotnet new > /dev/null 2>&1 || true
26+
dotnet internal-reportinstallsuccess "rpmpackage" > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)