文件名称:action-dotnet-version-detect:检测应安装的dotnet core版本
文件大小:27KB
文件格式:ZIP
更新时间:2024-04-15 04:50:41
Shell
Dotnet核心版本检测器 根据src / global.json确定要安装的dotnet core的版本 如何使用它? 这是一个Github动作,因此必须将其添加到github工作流程中。 一个简单的示例,即在所有对存储库的推送上都执行此操作,是在.github/workflows下添加一个dotnetcore.yml文件,其内容如下: on : [push] jobs : dotnet-build : runs-on : ubuntu-latest name : steps : # Checkout the source code so we have some files to look at. - uses : actions/checkout@v1 # Run the version detection ac
【文件预览】:
action-dotnet-version-detect-master
----.github()
--------pr-lint.yml(94B)
--------labels.yml(3KB)
--------PULL_REQUEST_TEMPLATE.md(2KB)
--------linters()
--------dependabot.yml(801B)
--------CODEOWNERS(105B)
--------workflows()
--------labeler.yml(65B)
----action.yml(231B)
----Dockerfile(64B)
----LICENSE(1KB)
----README.md(1KB)
----detect(207B)
----.gitleaks.toml(2KB)
----.editorconfig(16KB)
----.gitignore(6B)
----CHANGELOG.md(492B)