pool: vmImage: 'windows-latest' steps: - script: | dotnet restore dotnet build --configuration Release - task: DotNetCoreCLI@2 inputs: ...
確定! 回上一頁