File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
run : dotnet test --configuration Release --logger GitHubActions
29
29
30
30
- name : Pack with dotnet
31
- run : dotnet pack src/Esprima/Esprima.csproj --output artifacts --configuration Release -p:VersionSuffix=preview-$GITHUB_RUN_NUMBER
31
+ run : dotnet pack src/Esprima/Esprima.csproj --output artifacts --configuration Release -p:VersionSuffix=preview-$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=True
32
32
33
33
- name : Push with dotnet
34
34
run : dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.MYGET_API_KEY }} --skip-duplicate --source https://www.myget.org/F/esprimadotnet/api/v2/package
Original file line number Diff line number Diff line change 30
30
VERSION="${arrTag[2]}"
31
31
VERSION="${VERSION//v}"
32
32
echo "$VERSION"
33
- dotnet pack src/Esprima/Esprima.csproj --output artifacts --configuration Release -p:Version=$VERSION
33
+ dotnet pack src/Esprima/Esprima.csproj --output artifacts --configuration Release -p:Version=$VERSION -p:ContinuousIntegrationBuild=True
34
34
35
35
- name : Push with dotnet
36
36
run : dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments