Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
riplikash committed Apr 25, 2024
1 parent 04611b2 commit df83474
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
echo "::set-output name=new_version::$newVersion"
shell: pwsh

# Create the packages directory
- name: Create Packages Directory
run: mkdir -p ./packages

# Pack the project
- name: Pack
run: dotnet pack DapperAutoData/DapperAutoData.csproj --configuration Release /p:NuspecFile=DapperAutoData/DapperAutoData.nuspec --output ./packages
Expand Down
5 changes: 5 additions & 0 deletions DapperAutoData.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 17.5.33312.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DapperAutoData", "DapperAutoData\DapperAutoData.csproj", "{EF3A59B7-7497-4A20-80BB-924F399959F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{5D76D3AA-E157-4DEE-A510-8F2A06140C74}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit df83474

Please sign in to comment.