Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove appveyor config and assosiated ps files #1378

Merged
merged 2 commits into from
Oct 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions AspNetCore.Diagnostics.HealthChecks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A5A8CE48-FF38-4A49-9E59-0EC1FC4474C0}"
ProjectSection(SolutionItems) = preProject
.env = .env
build.ps1 = build.ps1
.github\dependabot.yml = .github\dependabot.yml
build\dependencies.props = build\dependencies.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
docker-compose.yml = docker-compose.yml
dotnet-install.ps1 = dotnet-install.ps1
global.json = global.json
install-sdk.ps1 = install-sdk.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FF4414C2-8863-4ADA-8A1D-4B9F25C361FE}"
Expand Down
39 changes: 0 additions & 39 deletions appveyor.yml

This file was deleted.

6 changes: 3 additions & 3 deletions build-docker-image.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ echo "Sample: docker run --name ui -p 5000:80 -e 'HealthChecksUI:HealthChecks:0:
#Publish it

if($PublishToDockerHub){
docker push xabarilcoding/healthchecksui:$tag
docker push xabarilcoding/healthchecksui:latest
}
docker push xabarilcoding/healthchecksui:$tag
docker push xabarilcoding/healthchecksui:latest
}
6 changes: 3 additions & 3 deletions build-operator-image.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "Created docker image healthchecksui-k8s-operator:$tag. You can execute thi

#Publish it
if ($PublishToDockerHub) {
docker push xabarilcoding/healthchecksui-k8s-operator:$tag
docker push xabarilcoding/healthchecksui-k8s-operator:latest
}
docker push xabarilcoding/healthchecksui-k8s-operator:$tag
docker push xabarilcoding/healthchecksui-k8s-operator:latest
}
178 changes: 0 additions & 178 deletions build.ps1

This file was deleted.

Loading