action dotnet version detect:检测应安装的dotnet core版本 源码
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.zip
(预估有个32文件)
action-dotnet-version-detect-master
.github
pr-lint.yml
94B
labels.yml
3KB
PULL_REQUEST_TEMPLATE.md
2KB
linters
.markdown-lint.yml
1KB
.python-black
0B
.eslintrc.yml
601B
tslint.json
3KB
暂无评论