File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 matrix :
1818 project :
1919 - name : TimeWarp.OptionsValidation
20- path : source /TimeWarp.OptionsValidation/
21- testPath : tests /TimeWarp.OptionsValidation.Tests/
20+ path : Source /TimeWarp.OptionsValidation/
21+ testPath : Tests /TimeWarp.OptionsValidation.Tests/
2222
2323 steps :
2424 - name : Print Job Info
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737
3838 - name : Build TimeWarp.OptionsValidation
3939 run : |
40- cd source /TimeWarp.OptionsValidation/
40+ cd Source /TimeWarp.OptionsValidation/
4141 dotnet build --configuration Debug
4242
4343 - name : Publish TimeWarp.OptionsValidation
4444 run : |
45- cd source /TimeWarp.OptionsValidation/bin/Packages
45+ cd Source /TimeWarp.OptionsValidation/bin/Packages
4646 dotnet nuget push *.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.PUBLISH_TO_NUGET_ORG }}
4747
4848 - name : Verify Directory.Build.props
You can’t perform that action at this time.
0 commit comments