瀏覽代碼

debug message

flabbet 3 月之前
父節點
當前提交
e6c2faeb52
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/PixiEditor.UpdateInstaller.Exe/PixiEditor.UpdateInstaller.Exe.csproj

+ 1 - 0
src/PixiEditor.UpdateInstaller.Exe/PixiEditor.UpdateInstaller.Exe.csproj

@@ -26,6 +26,7 @@
   </Target>
 
   <Target Name="Rename" AfterTargets="Publish" Condition="'$(RuntimeIdentifier)'=='win-x64' or '$(RuntimeIdentifier)'=='win-arm64'">
+    <Message Text="RuntimeIdentifier: '$(RuntimeIdentifier)'" Importance="high"/>
     <Move SourceFiles="$(PublishDir)PixiEditor.UpdateInstaller.Exe.exe" DestinationFiles="$(PublishDir)PixiEditor.UpdateInstaller.exe"/>
     <Message Text="Renamed published executable file." Importance="high"/>
   </Target>