Skip to content

Commit

Permalink
Merge pull request #4307 from dotnet-maestro-bot/merge/release/8.0-to…
Browse files Browse the repository at this point in the history
…-main

[automated] Merge branch 'release/8.0' => 'main'
  • Loading branch information
RussKie authored Aug 17, 2023
2 parents b598dee + 6f38a71 commit c8e34c5
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 1,897 deletions.
Empty file.
9 changes: 9 additions & 0 deletions eng/pipelines/templates/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ steps:
/bl:${{ parameters.repoLogPath }}/restore.binlog
displayName: Restore

- pwsh: |
$(Build.SourcesDirectory)/scripts/Slngen.ps1 -All -NoLaunch
displayName: Create solution
- script: ${{ parameters.buildScript }}
-restore
/bl:${{ parameters.repoLogPath }}/restore2.binlog
displayName: Restore solution

- script: ${{ parameters.buildScript }}
-build
-configuration ${{ parameters.buildConfig }}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c8e34c5

Please sign in to comment.