Skip to content

Commit 5c1b53a

Browse files
committed
Remove duplicate build.yml from solution
1 parent f58c8c3 commit 5c1b53a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
- name: 'Dotnet NuGet Push'
7070
run: |
7171
$count = 0;
72-
do {
72+
do {
7373
++$count;
7474
dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate;
75-
}
75+
}
7676
while ($count -lt 30 -and $LastExitCode -ne 0)
7777
shell: pwsh
7878

Schema.NET.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
appveyor.yml = appveyor.yml
1818
azure-pipelines.yml = azure-pipelines.yml
1919
build.cake = build.cake
20-
.github\workflows\build.yml = .github\workflows\build.yml
2120
Directory.Build.props = Directory.Build.props
2221
Directory.Build.targets = Directory.Build.targets
2322
dotnet-tools.json = dotnet-tools.json

0 commit comments

Comments
 (0)