msbuild.exe編譯 .sln .csproj 文件

執行netcore發佈:
    dotnet publish '全路徑\xxx..csproj' -c release --framework netcoreapp3.1 --runtime win-x86
執行framework編譯:
    '全路徑\MSBuild.exe' '全路徑\xxx..sln' /p:Configuration=Release

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章