摘要:
摘要 我们的ERP项目代码庞大,迁移到Blazor暂时没有资源投入,还需要为ASP.NET Web Form的代码做一些改动,所以用NUnit编写大量的单元测试来加强代码质量。 准备工作 可能需要用Visual Studio Install,为Visual Studio 2022安装“旧版模板”)。 阅读全文
摘要:
摘要 本文描述了运行在Windows上的Gitlab Runner,如果调用PowerShell来执行推送nupkg包的命令。 .gitlab-ci.yml 完整脚本如下: stages: # List of stages for jobs, and their order of execution 阅读全文