1. 22 10月, 2019 1 次提交
  2. 19 10月, 2019 3 次提交
  3. 18 10月, 2019 2 次提交
    • V
      Specify sdk version, use nuget cache (dotnet/core-setup#8497) · 4d82434a
      Viktor Hofer 提交于
      * Use global dotnet installation if matching
      
      Arcade guarantees that the requested version specified in global.json
      is installed.
      
      * Enforce a minimum dotnet sdk version
      
      Specify a minimum dotnet sdk version in the sdk section global.json
      which is honored by the Desktop msbuild as well. Set a roll-forward
      policy so that a globally installed sdk with a more recent version can
      be used when invoking a project directly.
      
      * Use the user's nuget cache for local builds
      
      Other dotnet repositories like CoreFx are already using the user's
      nuget cache for local builds vs the repo local cache for CI builds
      and no problems were reported. Switching to remove differences in builds
      
      * Write out a test-local global.json file to ensure that the tests don't use the repo's global.json.
      
      
      Commit migrated from https://github.com/dotnet/core-setup/commit/85814dcc1bbd94612f57ad5db497d51032e34894
      4d82434a
    • A
      Set apphost and bundle file permission to 755₈ (dotnet/core-setup#8510) · 94c6b0e0
      Adeel Mujahid 提交于
      Set apphost and bundle file permission to 755₈
      
      When building a .net core 3 app, the SDK currently simply copies the apphost template (including its permissions) from the install-location. 
      
      This caused two problems in Unix systems:
      * If the dotnet install location is write-protected, the build fails when SDK tries update the apphost (to set the app-path, etc.)  (dotnet/core-setup#8511)
      * The built apphost can only be run by the owner (dotnet/core-setup#7062)
      
      This change explicitly sets the file permissions of the Apphost in the SDK to fix the above issues.
      
      
      
      
      Commit migrated from https://github.com/dotnet/core-setup/commit/a6a9202dc186f622f5df7125b12d95d9107c193a
      94c6b0e0
  4. 17 10月, 2019 1 次提交
  5. 16 10月, 2019 2 次提交
  6. 15 10月, 2019 1 次提交
  7. 12 10月, 2019 1 次提交
  8. 09 10月, 2019 1 次提交
  9. 08 10月, 2019 2 次提交
  10. 05 10月, 2019 2 次提交
  11. 02 10月, 2019 1 次提交
  12. 01 10月, 2019 2 次提交
  13. 28 9月, 2019 2 次提交
  14. 27 9月, 2019 1 次提交
  15. 26 9月, 2019 1 次提交
  16. 24 9月, 2019 2 次提交
  17. 23 9月, 2019 1 次提交
  18. 21 9月, 2019 2 次提交
  19. 20 9月, 2019 1 次提交
  20. 19 9月, 2019 2 次提交
  21. 17 9月, 2019 3 次提交
  22. 13 9月, 2019 3 次提交
  23. 12 9月, 2019 2 次提交
  24. 11 9月, 2019 1 次提交