FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DirectSQL/.github/workflows/dotnetcore.yml at main · DirectSQL/DirectSQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DirectSQL
/
DirectSQL
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
15
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
DirectSQL
/
.github
/
workflows
/
dotnetcore.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 676 Bytes
Breadcrumbs
DirectSQL
/
.github
/
workflows
/
dotnetcore.yml
Copy path
File metadata and controls
25 lines (21 loc) · 676 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name
:
.NET Core
on
:
[push]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v6
-
name
:
Setup .NET Core
uses
:
actions/setup-dotnet@v5
with
:
dotnet-version
:
8.0.100
source-url
:
https://nuget.pkg.github.com/directsql/index.json
env
:
NUGET_AUTH_TOKEN
:
${{secrets.GITHUB_TOKEN}}
-
name
:
Build with dotnet
run
:
dotnet build --configuration Release
-
name
:
Test with dotnet
run
:
dotnet test --configuration Release
-
name
:
Push to GitHub Package
if
:
github.ref == 'refs/heads/main'
run
:
dotnet nuget push "DirectSQL/bin/Release/DirectSQL.*.nupkg" --skip-duplicate
Back
|
FazBrowse Home
|
New Git URL