Skip to content

Commit

Permalink
ci: Fixed CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jul 20, 2023
1 parent 3cfaef5 commit cf61e23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build and test
on:
pull_request:
branches:
- master

jobs:
build-test-publish:
name: Build, test and publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-latest
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build, test and publish
on: [ push ]
on:
push:
branches:
- master

jobs:
build-test-publish:
Expand Down
3 changes: 2 additions & 1 deletion NamedPipeServerStream.NetFrameworkVersion.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
.github\workflows\pull_request.yml = .github\workflows\pull_request.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NamedPipeServerStream.NetFrameworkVersion", "src\libs\NamedPipeServerStream.NetFrameworkVersion\NamedPipeServerStream.NetFrameworkVersion.csproj", "{2A8CC0AB-815B-4224-8F4D-96581C659537}"
Expand Down

0 comments on commit cf61e23

Please sign in to comment.