Skip to content

Commit 4eec3ca

Browse files
CopilotRussKie
andauthored
Remove redundant dotnet build step from appveyor.yml (#26)
* Initial plan * fix: remove redundant dotnet build step from appveyor.yml Co-authored-by: RussKie <4403806+RussKie@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RussKie <4403806+RussKie@users.noreply.github.com>
1 parent 7461b7e commit 4eec3ca

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ build_script:
5353
dotnet restore --verbosity q --nologo /bl:.\artifacts\logs\restore.binlog
5454
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
5555
56-
- ps: |
57-
dotnet build -c Release --verbosity q --nologo /bl:.\artifacts\logs\build.binlog
58-
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
59-
6056
- ps: |
6157
dotnet publish --configuration Release --verbosity q -bl:.\artifacts\logs\publish.binlog
6258
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }

0 commit comments

Comments
 (0)